summaryrefslogtreecommitdiff
path: root/searx/engines/google_images.py
AgeCommit message (Collapse)Author
2015-12-22[fix] remove debug messageAdam Tauber
2015-12-09[doc] correct google images docstringAdam Tauber
2015-12-09[fix] replace the dead google images ajax api with a working oneAdam Tauber
2015-05-02Merge pull request #308 from dalf/versions_upgradeAdam Tauber
update versions.cfg to use the current up-to-date packages
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament
2015-05-02[enh] reduce the number of http outgoing connections.Alexandre Flament
engines that still use http : gigablast, bing image for thumbnails, 1x and dbpedia autocompleter
2015-02-08[enh] set google safesearch filter more restictiveThomas Pointhuber
2015-02-08[enh] add safesearch to google_imagesThomas Pointhuber
2015-01-31Google images' unit testCqoicebordel
2015-01-17Tiny forgotsCqoicebordel
2015-01-17Add thumbnails in images resultsCqoicebordel
- Modify engines to create/fetch an URL for the thumbnails - Modify themes to show thumbnails instead of full images. In Courgette, the result is not very beautiful. Should we change it ?
2014-12-16[fix] pep8Thomas Pointhuber
2014-12-08[fix] Google image with special charsCqoicebordel
It seems like Google image is doing a double urlencode on the url of the images. So we need to unquote once before sending to the browser the urls. It solves the 404 we could see with some image with specials chars in url. Exemple https://searx.laquadrature.net/?q=etes&pageno=1&category_images (there are two of those in the list)
2014-12-07[fix] pep8 : engines (errors E121, E127, E128 and E501 still exist)dalf
2014-09-01add comments to google-enginesThomas Pointhuber
2014-08-31little fix for google images engineThomas Pointhuber
2014-01-30[enh] paging support for google imagesasciimoo
2014-01-20[fix] pep/flake8 compatibilityasciimoo
2014-01-05[mod] minor fixes (duckduck_definitions : if a ddg bang is in the query, ↵Dalf
avoid a useless redirect)
2013-10-25[fix] url encodingasciimoo
2013-10-23[enh] engine cfg compatibiltyasciimoo
2013-10-22[fix] skipping empty urlsasciimoo
2013-10-22[enh][mod] using image template renderingasciimoo
2013-10-20[fix] handling empty resultsets III.asciimoo
2013-10-20[fix] handling empty resultset II.asciimoo
2013-10-20[fix] handling empty resultsetasciimoo
2013-10-19[mod] content formattingasciimoo
2013-10-19[mod] engine renameasciimoo