mirror of
https://github.com/searxng/searxng.git
synced 2024-11-19 19:00:10 +01:00
Merge pull request #86 from pointhi/engines
little fix for google images engine
This commit is contained in:
commit
55dfb305a0
@ -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
Block a user