From 19339067c62aa1385bb509d1741a61dc8a059f6e Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Wed, 22 Dec 2021 13:20:56 +0100 Subject: [PATCH] [del] remove geektimes (redirects to habrahabr) --- searx/settings.yml | 19 ------------------- 1 file changed, 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