logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 64500829878b9292b7305db2f38df2a7425539f2
parent 8167d3cac044bba0d75179b990cbfe0d4139c6f2
Author: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date:   Sun, 31 Aug 2014 23:00:54 +0200

little fix for google images engine

Diffstat:

Msearx/engines/google_images.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/searx/engines/google_images.py b/searx/engines/google_images.py @@ -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