mirror of https://github.com/searx/searx
Update settings.yml to add pagination to Wilby (#3465)
This commit is contained in:
parent
67c233d0c3
commit
de0fde4ec2
|
@ -1291,7 +1291,7 @@ engines:
|
||||||
- name : wiby
|
- name : wiby
|
||||||
engine : json_engine
|
engine : json_engine
|
||||||
paging : True
|
paging : True
|
||||||
search_url : https://wiby.me/json/?q={query}&o={pageno}0
|
search_url : https://wiby.me/json/?q={query}&p={pageno}
|
||||||
url_query : URL
|
url_query : URL
|
||||||
title_query : Title
|
title_query : Title
|
||||||
content_query : Snippet
|
content_query : Snippet
|
||||||
|
|
Loading…
Reference in New Issue