From 014fe5d9c67eda8e23ebd30ab9f0f4cbb4921966 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 13 Aug 2023 18:44:51 +0200 Subject: [PATCH] [drop] engine archive.is / blocked by CAPTCHA [1] Sadly archive.is is blocked by a CAPTCHA that can't be avoid (at least in a XPath engine). [1] https://github.com/searxng/searxng/issues/2643 Signed-off-by: Markus Heiser --- searx/settings.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/searx/settings.yml b/searx/settings.yml index 69ec41c79..20b1d8f97 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -346,25 +346,6 @@ engines: engine: archlinux shortcut: al - - name: archive is - engine: xpath - search_url: https://archive.is/search/?q={query} - url_xpath: (//div[@class="TEXT-BLOCK"]/a)/@href - title_xpath: (//div[@class="TEXT-BLOCK"]/a) - content_xpath: //div[@class="TEXT-BLOCK"]/ul/li - categories: general - timeout: 7.0 - disabled: true - shortcut: ai - soft_max_redirects: 1 - about: - website: https://archive.is/ - wikidata_id: Q13515725 - official_api_documentation: https://mementoweb.org/depot/native/archiveis/ - use_official_api: false - require_api_key: false - results: HTML - - name: artic engine: artic shortcut: arc