From 04cfce2eb845c0dfc7d578a6fb3c44cb546b2028 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Mon, 16 Oct 2023 10:45:09 +0200 Subject: [feat] yep: support for images and news (and safesearch) --- searx/settings.yml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'searx/settings.yml') 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 -- cgit v1.2.3