diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-08-08 06:52:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-08 06:52:15 +0200 |
| commit | 58f630d312f4cb482d2820bb0ac2988e177b4d2a (patch) | |
| tree | d671cff602f4602ba5093d0f87af2b103c8f4b77 | |
| parent | 04e342702279a4aee3e9ad7a06eafa92ce7dba3f (diff) | |
| parent | 647e6187d7a46dfb9b619284207d865dc9927a9d (diff) | |
Merge pull request #1623 from return42/mod-yep.com
[mod] engine yep.com: show all 100 results yep.com has
| -rw-r--r-- | searx/settings.yml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 2e680b7d7..3aeda86d4 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -422,18 +422,13 @@ engines: 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 + 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 - 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 |