logo

searx

My custom branche(s) on searx, a meta-search engine
commit: bd48df289fba3e7eecd05126e3c90fc6e8528c33
parent: 6ebfdf0bb3e666dbc033e47f7e730966bde55b03
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Tue, 26 Sep 2017 23:25:01 +0200

Merge pull request #1035 from misnyo/voat

[fix] voat.co search xpath and url fixed

Diffstat:

Msearx/settings.yml8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/searx/settings.yml b/searx/settings.yml @@ -641,10 +641,10 @@ engines: engine: xpath shortcut: vo categories: social media - search_url : https://voat.co/search?q={query} - url_xpath : //p[contains(@class, "title")]/a/@href - title_xpath : //p[contains(@class, "title")]/a - content_xpath : //span[@class="domain"] + search_url : https://searchvoat.co/?t={query} + url_xpath : //div[@class="entry"]/p/a[@class="title"]/@href + title_xpath : //div[@class="entry"]/p/a[@class="title"] + content_xpath : //div[@class="entry"]/p/span[@class="domain"] timeout : 10.0 disabled : True