summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-06-12 11:09:04 +0200
committerGitHub <noreply@github.com>2022-06-12 11:09:04 +0200
commit2455f1d06a3b05e4eb86be274c308160262e4a87 (patch)
tree818f08abeaf91fce784cfe70351a132da5935cdc /searx/settings.yml
parent916f5f8b9090befd82d6e2534dfce4f07142e9e8 (diff)
parentfd9a13a3e5a2b2725052a829b0027711d771b891 (diff)
Merge pull request #1308 from allendema/add-yep-com-json
[enh] Add yep.com via json_engine
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 6a2142b83..34c1bb0b1 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -402,6 +402,30 @@ engines:
require_api_key: false
results: JSON
+ - name: yep
+ engine: json_engine
+ shortcut: yep
+ categories: general
+ disabled: true
+ paging: false
+ page_size: 10
+ 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
+ results_query: 1/results
+ title_query: title
+ url_query: url
+ content_query: snippet
+ timeout: 12.0
+ headers:
+ 'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8'
+ 'Sec-Fetch-Dest': 'document'
+ about:
+ website: https://yep.com
+ use_official_api: false
+ require_api_key: false
+ results: JSON
+
- name: currency
engine: currency_convert
categories: general