summaryrefslogtreecommitdiff
path: root/searx/engines/google_news.py
AgeCommit message (Expand)Author
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-24[fix] google_news: avoid one HTTP redirect except for the English resultsAlexandre Flament
2021-01-23[fix] google-news: query uses locale without country tagMarkus Heiser
2021-01-22[fix] revise of the google-news engineMarkus Heiser
2021-01-14[enh] engines: add about variableAlexandre Flament
2020-12-01[mod] pylint: numerous minor code fixesAlexandre Flament
2020-11-14[mod] remove unused importAlexandre Flament
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2020-02-25bugfix: google-news and bing-news has changed the language parameterMarkus Heiser
2019-01-07Revert "remove 'all' option from search languages"Noémi Ványi
2019-01-06[fix] check language aliases when setting search languageMarc Abonce Seguin
2018-04-08[fix] google news xpathMarc Abonce Seguin
2018-03-27refactor engine's search language handlingMarc Abonce Seguin
2017-12-06remove 'all' option from search languagesmarc
2017-08-31[fix] google news dom xpath fixmisnyo
2017-05-15[enh] py3 compatibilityAdam Tauber
2017-01-10[fix] skip non-complete google news resultsAdam Tauber
2016-12-28Merge branch 'master' into languagesAdam Tauber
2016-12-23[fix] handle missing images in google newsAdam Tauber
2016-12-15tests for _fetch_supported_languages in enginesmarc
2016-12-13[mod] fetch supported languages for several enginesmarc
2016-12-13[enh] add supported_languages on engines and auto-generate languages.pymarc
2016-12-11add year to time range to engines which support "Last year"Noémi Ványi
2016-12-11[fix] google news engine change follow-upAdam Tauber
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament
2015-01-31Google news' unit testCqoicebordel
2014-12-07[fix] pep8 : engines (errors E121, E127, E128 and E501 still exist)dalf
2014-09-01add comments to google-enginesThomas Pointhuber
2014-03-18[fix] remove unused imports ++ pep8Adam Tauber
2014-03-18simplify datetime extractionThomas Pointhuber
2014-03-15[fix] pep8Adam Tauber
2014-03-14showing publishedDate for newsThomas Pointhuber
2014-03-04[fix] pep8Adam Tauber
2014-03-04Create google_news.pyThomas Pointhuber