diff options
author | Allen <64094914+allendema@users.noreply.github.com> | 2021-06-23 03:07:18 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-26 15:28:44 +0200 |
commit | e2094cb226d4d2f9e0c6e47c89ada26e3afd09cf (patch) | |
tree | 2754072019061c1a774395145d5949b8f36d6572 | |
parent | 4b60c557a943622ad22bf819b1c81f7725830b99 (diff) | |
download | searxng-e2094cb226d4d2f9e0c6e47c89ada26e3afd09cf.tar.gz searxng-e2094cb226d4d2f9e0c6e47c89ada26e3afd09cf.zip |
[enh] Add WhaleSlide engine (JSON)
Add WhaleSlide engine [1] / merged from [2]
[1] https://whaleslide.com
[2] https://github.com/searx/searx/pull/2861
-rw-r--r-- | searx/settings.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 38fae50d0..f3ed59a74 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1379,6 +1379,27 @@ 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 |