diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2019-10-14 14:25:49 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2019-10-14 14:25:49 +0200 |
| commit | 07a0a50e0df8aa1576a9688602e3a30024534d5c (patch) | |
| tree | 9b00203a2509ccba51deb28488e143d8c60ebddc | |
| parent | 77a70fe54165547b0f8f5e1a2cf7f2b9b706805d (diff) | |
[fix] update voat xpaths - closes #1581
| -rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index cf2b13e08..7a93bbff6 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -703,9 +703,9 @@ engines: shortcut: vo categories: social media search_url : https://searchvoat.co/?t={query} - url_xpath : //div[@class="entry"]/p/a[contains(@class, "title")]/@href - title_xpath : //div[@class="entry"]/p/a[contains(@class, "title")] - content_xpath : //div[@class="entry"]/p/span[@class="domain"]/a/text() + url_xpath : //div[@class="entry"]//p[@class="title"]/a/@href + title_xpath : //div[@class="entry"]//p[@class="title"]/a/text() + content_xpath : //div[@class="entry"]//span[@class="domain"]/a/text() timeout : 10.0 disabled : True |