mirror of
https://github.com/searxng/searxng.git
synced 2024-11-18 17:01:01 +00:00
Merge pull request #86 from pointhi/engines
little fix for google images engine
This commit is contained in:
commit
55dfb305a0
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ categories = ['images']
|
||||||
url = 'https://ajax.googleapis.com/'
|
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
|
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):
|
def request(query, params):
|
||||||
offset = (params['pageno'] - 1) * 8
|
offset = (params['pageno'] - 1) * 8
|
||||||
|
|
Loading…
Reference in a new issue