diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2023-08-13 18:44:51 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-08-14 08:50:13 +0200 |
commit | 7052a1a7cfa9aa691d854a9513d023e3fdc28fcf (patch) | |
tree | 8b5f9eb2b3d7241d8e5140ad3c181d58d4bb53e0 /searx | |
parent | 621b09b9b96c790711e6c28d311364e4dfe873a4 (diff) | |
download | searxng-7052a1a7cfa9aa691d854a9513d023e3fdc28fcf.tar.gz searxng-7052a1a7cfa9aa691d854a9513d023e3fdc28fcf.zip |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'searx')
-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 f45cca808..16d551777 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 |