mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 09:00:02 +00:00
[mod] engine wiby: add pagination
Suggested by: @wibyweb in searx https://github.com/searx/searx/pull/3465 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
9c00b9fed1
commit
6707354bc8
1 changed files with 2 additions and 1 deletions
|
@ -1519,7 +1519,8 @@ engines:
|
|||
|
||||
- name: wiby
|
||||
engine: json_engine
|
||||
search_url: https://wiby.me/json/?q={query}
|
||||
paging: true
|
||||
search_url: https://wiby.me/json/?q={query}&p={pageno}
|
||||
url_query: URL
|
||||
title_query: Title
|
||||
content_query: Snippet
|
||||
|
|
Loading…
Reference in a new issue