mirror of https://github.com/searxng/searxng.git
Merge pull request #1623 from return42/mod-yep.com
[mod] engine yep.com: show all 100 results yep.com has
This commit is contained in:
commit
58f630d312
|
@ -422,18 +422,13 @@ engines:
|
||||||
categories: general
|
categories: general
|
||||||
disabled: true
|
disabled: true
|
||||||
paging: false
|
paging: false
|
||||||
page_size: 10
|
|
||||||
content_html_to_text: true
|
content_html_to_text: true
|
||||||
title_html_to_text: true
|
title_html_to_text: true
|
||||||
search_url: https://api.yep.com/fs/1/?type=web&q={query}&no_correct=false
|
search_url: https://api.yep.com/fs/1/?type=web&q={query}&no_correct=false&limit=100
|
||||||
results_query: 1/results
|
results_query: 1/results
|
||||||
title_query: title
|
title_query: title
|
||||||
url_query: url
|
url_query: url
|
||||||
content_query: snippet
|
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:
|
about:
|
||||||
website: https://yep.com
|
website: https://yep.com
|
||||||
use_official_api: false
|
use_official_api: false
|
||||||
|
|
Loading…
Reference in New Issue