summaryrefslogtreecommitdiff
path: root/searx/engines/google_images.py
AgeCommit message (Expand)Author
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
2021-11-21[fix] google images: @href index 0 not foundMarkus Heiser
2021-09-07[fix] drop useless pylint: disable=undefined-variableMarkus Heiser
2021-09-06[mod] one logger per engine - drop obsolete logger.getChildMarkus Heiser
2021-08-31[pylint] Pylint 2.10 - fix use-list-literal & use-dict-literalMarkus Heiser
2021-07-10Fix google imagesÉmilien Devos
2021-06-21[docs] add documentation from the sources of the google enginesMarkus Heiser
2021-06-11[fix] log messages from: google- images, news, scholar, videosMarkus Heiser
2021-06-10[enh] google engine: supports "default language"Alexandre Flament
2021-04-26[pylint] tag PYLINT_FILES by comment `# lint: pylint`Markus Heiser
2021-02-01[mod] dynamically set language_support variableAlexandre Flament
2021-01-28[fix] normalize the language & region aspects of all google enginesMarkus Heiser
2021-01-22[fix] revise of the google-news engineMarkus Heiser
2021-01-14[enh] engines: add about variableAlexandre Flament
2020-12-03[mod] various engines: use eval_xpath* functions and searx.exceptions.*Alexandre Flament
2020-12-01[mod] pylint: numerous minor code fixesAlexandre Flament
2020-11-14[mod] remove unused importAlexandre Flament
2020-10-02[mod] move extract_text, extract_url to searx.utilsAlexandre Flament
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2020-08-08Fix google images 'get image' button bug from issue #2103 (#2115)Vlad
2020-07-08[fix] pep8Adam Tauber
2020-07-07[fix] revise google images engineMarkus Heiser
2019-08-26[fix] google imagesMarc Abonce Seguin
2019-05-28Use string formatter to create source and img_format labels (#1566)Frank de Lange
2019-04-14Fix google image searchNick Espig
2018-06-14[fix] use html result page in google images (previous endpoint stopped working)Adam Tauber
2017-06-13[fix] fix xpath of google imagesNoémi Ványi
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-12-11add year to time range to engines which support "Last year"Noémi Ványi
2016-08-13[fix] google images paging - closes #571Adam Tauber
2016-07-26[fix] time range detectionAdam Tauber
2016-07-25fix pep8Noemi Vanyi
2016-07-25add time range search for google imagesNoemi Vanyi
2016-04-07[fix] broken google images parsingAdam Tauber
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
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
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
2014-12-16[fix] pep8Thomas Pointhuber
2014-12-08[fix] Google image with special charsCqoicebordel
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