mirror of https://github.com/searxng/searxng.git
[enh] yahoo xpath engine added
This commit is contained in:
parent
badd988545
commit
c09d69bd2c
|
@ -47,6 +47,14 @@ engine = startpage
|
||||||
engine = twitter
|
engine = twitter
|
||||||
categories = social media
|
categories = social media
|
||||||
|
|
||||||
|
[yahoo]
|
||||||
|
engine = xpath
|
||||||
|
search_url = http://search.yahoo.com/search?p={query}
|
||||||
|
results_xpath = //div[@class="res"]
|
||||||
|
url_xpath = .//span[@class="url"]//text()
|
||||||
|
content_xpath = .//div[@class="abstr"]//text()
|
||||||
|
title_xpath = .//h3/a//text()
|
||||||
|
|
||||||
[youtube]
|
[youtube]
|
||||||
engine = youtube
|
engine = youtube
|
||||||
categories = videos
|
categories = videos
|
||||||
|
|
Loading…
Reference in New Issue