diff options
author | Bnyro <bnyro@tutanota.com> | 2023-10-16 10:45:09 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-11-27 15:07:26 +0100 |
commit | 04cfce2eb845c0dfc7d578a6fb3c44cb546b2028 (patch) | |
tree | 212900f4481bff4fb8c516c1c8fb80f25be7f359 /searx/settings.yml | |
parent | ee2675c99959e7a620d9cbc758a14107d5730733 (diff) | |
download | searxng-04cfce2eb845c0dfc7d578a6fb3c44cb546b2028.tar.gz searxng-04cfce2eb845c0dfc7d578a6fb3c44cb546b2028.zip |
[feat] yep: support for images and news (and safesearch)
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index be420528f..1e9f0855b 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -484,23 +484,25 @@ engines: website: https://crowdview.ai/ - name: yep - engine: json_engine + engine: yep shortcut: yep categories: general + search_type: web + disabled: true + + - name: yep images + engine: yep + shortcut: yepi + categories: images + search_type: images + disabled: true + + - name: yep news + engine: yep + shortcut: yepn + categories: news + search_type: news disabled: true - paging: false - content_html_to_text: true - title_html_to_text: true - search_url: https://api.yep.com/fs/1/?type=web&q={query}&no_correct=false&limit=100 - results_query: 1/results - title_query: title - url_query: url - content_query: snippet - about: - website: https://yep.com - use_official_api: false - require_api_key: false - results: JSON - name: curlie engine: xpath |