summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
Diffstat (limited to 'searx')
-rw-r--r--searx/settings.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index de52a51e1..4d68e476b 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")]