From 45f0e1a859fa12ce2ae0c24dc356922fcad50c8d Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Thu, 25 Mar 2021 01:02:19 +0100 Subject: [PATCH] [fix] update geektimes.ru url - it redirects to habr.com --- searx/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/settings.yml b/searx/settings.yml index de52a51e..4d68e476 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -582,7 +582,7 @@ engines: - name : geektimes engine : xpath paging : True - search_url : https://geektimes.ru/search/page{pageno}/?q={query} + search_url : https://habr.com/en/search/page{pageno}/?q={query} url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"] content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]