mirror of https://github.com/searx/searx
[fix] update voat xpaths - closes #1581
This commit is contained in:
parent
77a70fe541
commit
07a0a50e0d
|
@ -703,9 +703,9 @@ engines:
|
||||||
shortcut: vo
|
shortcut: vo
|
||||||
categories: social media
|
categories: social media
|
||||||
search_url : https://searchvoat.co/?t={query}
|
search_url : https://searchvoat.co/?t={query}
|
||||||
url_xpath : //div[@class="entry"]/p/a[contains(@class, "title")]/@href
|
url_xpath : //div[@class="entry"]//p[@class="title"]/a/@href
|
||||||
title_xpath : //div[@class="entry"]/p/a[contains(@class, "title")]
|
title_xpath : //div[@class="entry"]//p[@class="title"]/a/text()
|
||||||
content_xpath : //div[@class="entry"]/p/span[@class="domain"]/a/text()
|
content_xpath : //div[@class="entry"]//span[@class="domain"]/a/text()
|
||||||
timeout : 10.0
|
timeout : 10.0
|
||||||
disabled : True
|
disabled : True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue