summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-07-03 16:22:47 +0000
committerGitHub <noreply@github.com>2021-07-03 16:22:47 +0000
commit7e8d1f993588624473620b2b6c61e083e3d73512 (patch)
treeb794e597cea845537378859093b5c307b41dd349
parente153ad131cf4fd330f6cfce4665ee66464de2847 (diff)
parente2094cb226d4d2f9e0c6e47c89ada26e3afd09cf (diff)
downloadsearxng-7e8d1f993588624473620b2b6c61e083e3d73512.tar.gz
searxng-7e8d1f993588624473620b2b6c61e083e3d73512.zip
Merge pull request #178 from return42/whaleslide.com
[enh] Add WhaleSlide engine (JSON)
-rw-r--r--searx/settings.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 4347ab78e..88e87b98f 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