forked from zaclys/searxng
little fix for google images engine
This commit is contained in:
parent
8167d3cac0
commit
6450082987
|
@ -8,6 +8,7 @@ categories = ['images']
|
|||
url = 'https://ajax.googleapis.com/'
|
||||
search_url = url + 'ajax/services/search/images?v=1.0&start={offset}&rsz=large&safe=off&filter=off&{query}' # noqa
|
||||
|
||||
paging = True
|
||||
|
||||
def request(query, params):
|
||||
offset = (params['pageno'] - 1) * 8
|
||||
|
|
Loading…
Reference in New Issue