diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-22 13:20:56 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-22 13:20:56 +0100 |
commit | 19339067c62aa1385bb509d1741a61dc8a059f6e (patch) | |
tree | d833f8265a682f4ea269ef963e54c42b784548c0 | |
parent | fb037e7a83db8eb770b4d2f9d920074d9e56a7e3 (diff) | |
download | searxng-19339067c62aa1385bb509d1741a61dc8a059f6e.tar.gz searxng-19339067c62aa1385bb509d1741a61dc8a059f6e.zip |
[del] remove geektimes (redirects to habrahabr)
-rw-r--r-- | searx/settings.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 1248d806d..3227a5a55 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -720,25 +720,6 @@ engines: requires_api_key: false results: JSON - - name: geektimes - engine: xpath - paging: true - 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")] - categories: it - timeout: 4.0 - disabled: true - shortcut: gt - about: - website: https://geektimes.ru/ - wikidata_id: Q50572423 - official_api_documentation: - use_official_api: false - require_api_key: false - results: HTML - - name: habrahabr engine: xpath paging: true |