forked from zaclys/searxng
[enh] suggestions @ yahoo engine
This commit is contained in:
parent
33969ca670
commit
c16b9729b6
|
@ -59,12 +59,13 @@ title_xpath = //div[@id="entries"]//div[@class="word"]//span//text()
|
||||||
content_xpath = //div[@id="entries"]//div[@class="text"]//div[@class="definition"]//text()
|
content_xpath = //div[@id="entries"]//div[@class="text"]//div[@class="definition"]//text()
|
||||||
|
|
||||||
[yahoo]
|
[yahoo]
|
||||||
engine = xpath
|
engine = xpath
|
||||||
search_url = http://search.yahoo.com/search?p={query}
|
search_url = http://search.yahoo.com/search?p={query}
|
||||||
results_xpath = //div[@class="res"]
|
results_xpath = //div[@class="res"]
|
||||||
url_xpath = .//span[@class="url"]//text()
|
url_xpath = .//span[@class="url"]//text()
|
||||||
content_xpath = .//div[@class="abstr"]//text()
|
content_xpath = .//div[@class="abstr"]//text()
|
||||||
title_xpath = .//h3/a//text()
|
title_xpath = .//h3/a//text()
|
||||||
|
suggestion_xpath = //div[@id="satat"]//a
|
||||||
|
|
||||||
[youtube]
|
[youtube]
|
||||||
engine = youtube
|
engine = youtube
|
||||||
|
|
Loading…
Reference in New Issue