summaryrefslogtreecommitdiff
path: root/searx/engines/google.py
AgeCommit message (Expand)Author
2024-05-15[fix] google: don't display that keyword is missing in content fieldBnyro
2024-03-11[mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTIONMarkus Heiser
2023-12-24[fix] fetch_traits of google and zlibraryMarkus Heiser
2023-12-03[mod] add option max_pageMarkus Heiser
2023-09-18[fix] spellingjazzzooo
2023-08-26[fix] google engine: don't overspecify the search query to GoogleMarkus Heiser
2023-08-18[mod] google: support for showing the answer source urlMarkus Heiser
2023-06-26[fix] Google API changedMarkus Heiser
2023-06-25[fix] engine & network issues / documentation and type annotationsMarkus Heiser
2023-03-28[fix] engine: google has changed the layout of its responseMarkus Heiser
2023-03-24[mod] Google: reversed engineered & upgrade to data_type: traits_v1Markus Heiser
2023-03-24[mod] Google: fetch engine traits (data_type: supported_languages)Markus Heiser
2022-11-11Switch back to protobuf for raw HTMLÉmilien Devos
2022-11-11Fix Google search engine.ngosang
2022-09-27[fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser
2022-08-10[fix] google - simplify XPath selectors to fetch more resultsMarkus Heiser
2022-08-10output format protobuf to HTML for google mobileÉmilien Devos
2022-08-10Revert PR #1633Brock Vojković
2022-08-09[fix] google engine: results XPathLéon Tiekötter
2022-08-01[mod] add 'Accept-Language' HTTP header to online processoresMarkus Heiser
2022-07-26Revert "Quick fix for google engine for EU countries"Markus Heiser
2022-07-26[fix] google engine: results XPathLéon Tiekötter
2022-07-25Quick fix for google engine for EU countriesÉmilien Devos
2022-07-25[fix] google & youtube - set EU consent cookieEmilien Devos
2022-07-09bypass google consent with ucbcb=1Emilien Devos
2022-05-10Reflect the real world parameter from settings.ymlÉmilien Devos
2022-02-09Update the XPath for fetching the Google resultsÉmilien Devos
2022-01-18[fix] googel engine - "some results are invalids: invalid content"Markus Heiser
2022-01-18[fix] google engine: remove adds and fix mobile_ui selectorMarkus Heiser
2022-01-17Update XPath for Google engineÉmilien Devos
2022-01-05[enh] add more categoriesMartin Fischer
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
2021-11-25[fix] google engine - suggestionMarkus Heiser
2021-09-07[pylint] engines: drop no longer needed 'missing-function-docstring'Markus 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-21[enh] google: add filter=0 to Google engine for more resultsNoémi Ványi
2021-07-15Add missing parameter for mobile UI searchÉmilien Devos
2021-06-21[docs] add documentation from the sources of the google enginesMarkus Heiser
2021-06-21[fix] google answers: normalize space of the answers.Markus Heiser
2021-06-21[mod] google engine: reduce mobile UI parameters to what is neededMarkus Heiser
2021-06-21[mod] google: add "use_mobile_ui" parameter to use mobile endpoint.Alexandre Flament
2021-06-11[mod] google - get_lang_info add documentataion & commentsMarkus 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-04-19Merge remote-tracking branch 'searx/master'Alexandre Flament
2021-04-11Fix grammar mistake in debug log outputRobin Schneider
2021-04-10[enh] replace requests by httpxAlexandre Flament
2021-02-01[mod] dynamically set language_support variableAlexandre Flament
2021-01-28[fix] google: avoid unnecessary SearxEngineXPathException errorsMarkus Heiser