Sha256: c660751bfc6af6943de1316c48a6639dca9ab6219c6a141c24529604bb492395
Contents?: true
Size: 404 Bytes
Versions: 4
Compression:
Stored size: 404 Bytes
Contents
module Ubi module Consultor # URL finder consultor class Bing < Base # # query def query { q: @thema.name, pc: 'ubi' } end def links '//a[not (contains(@href,"bing"))]' end def words '//li[@class="g"]' end class << self def url 'https://bing.com/search?' end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ubi-0.0.8 | lib/ubi/consultores/bing.rb |
ubi-0.0.7 | lib/ubi/consultores/bing.rb |
ubi-0.0.5 | lib/ubi/consultores/bing.rb |
ubi-0.0.3 | lib/ubi/consultores/bing.rb |