diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-22 13:19:13 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-22 13:19:27 +0100 |
commit | fb037e7a83db8eb770b4d2f9d920074d9e56a7e3 (patch) | |
tree | 12513ba2823f4f84bc518d69a801812df276775e /searx | |
parent | 56f68a1c29f0639da35aedefc5d7083f4c3da496 (diff) | |
download | searxng-fb037e7a83db8eb770b4d2f9d920074d9e56a7e3.tar.gz searxng-fb037e7a83db8eb770b4d2f9d920074d9e56a7e3.zip |
[del] remove whaleslide (website is down)
Closes #639.
Diffstat (limited to 'searx')
-rw-r--r-- | searx/settings.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 475f78e8b..1248d806d 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1536,28 +1536,6 @@ engines: require_api_key: false results: HTML - - name: whaleslide - shortcut: whale - engine: json_engine - paging: true - # This API Token is needed to work - search_url: - https://search.whaleslide.com/api/v1/search_v2/web/{pageno}?q={query}&api_token=f8OhUDEYKUICHDnIxEgI7Cb4uYyTBqT4nO8iueNbfTO3devS24yElGqM7nCm - url_query: url - title_query: title - title_html_to_text: true - content_query: abstract - content_html_to_text: true - categories: general - disabled: true - about: - website: https://whaleslide.com/ - wikidata_id: # No Wikidata page - official_api_documentation: false - use_official_api: false - require_api_key: false - results: JSON - - name: naver shortcut: nvr engine: xpath |