| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-01 | [mod] dynamically set language_support variable | Alexandre Flament | |
| The language_support variable is set to True by default, and set to False in only 5 engines. Except the documentation and the /config URL, this variable is not used. This commit remove the variable definition in the engines, and set value according to supported_languages length: False when the length is 0, True otherwise. Close #2485 | |||
| 2021-01-28 | [fix] normalize the language & region aspects of all google engines | Markus Heiser | |
| BTW: make the engines ready for search.checker: - replace eval_xpath by eval_xpath_getindex and eval_xpath_list - google_images: remove outer try/except block Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-01-24 | [fix] google_news: avoid one HTTP redirect except for the English results | Alexandre Flament | |
| also add params['soft_max_redirects'] = 1 to avoid false error reporting in /stats/errors | |||
| 2021-01-23 | [fix] google-news: query uses locale without country tag | Markus Heiser | |
| Wthout country-region tag google will redirect to correct the contry tag [1]: SEARX_DEBUG=1 searx-checker -v "google news" ... https://news.google.com:443 "GET /search?q=computer&hl=en... HTTP/1.1" 302 0 https://news.google.com:443 "GET /search?q=computer&hl=en-US&.... HTTP/1.1" 200 None ... [1] https://github.com/searx/searx/pull/2483#issuecomment-765600849 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-01-22 | [fix] revise of the google-news engine | Markus Heiser | |
| This revise is based on the methods developed in the revise of the google engine (see commit 410c2f9). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-01-14 | [enh] engines: add about variable | Alexandre Flament | |
| move meta information from comment to the about variable so the preferences, the documentation can show these information | |||
| 2020-12-01 | [mod] pylint: numerous minor code fixes | Alexandre Flament | |
| 2020-11-14 | [mod] remove unused import | Alexandre Flament | |
| use from searx.engines.duckduckgo import _fetch_supported_languages, supported_languages_url # NOQA so it is possible to easily remove all unused import using autoflake: autoflake --in-place --recursive --remove-all-unused-imports searx tests | |||
| 2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
| 2020-02-25 | bugfix: google-news and bing-news has changed the language parameter | Markus Heiser | |
| closes: https://github.com/asciimoo/searx/issues/1838 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2019-01-07 | Revert "remove 'all' option from search languages" | Noémi Ványi | |
| This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796. | |||
| 2019-01-06 | [fix] check language aliases when setting search language | Marc Abonce Seguin | |
| 2018-04-08 | [fix] google news xpath | Marc Abonce Seguin | |
| 2018-03-27 | refactor engine's search language handling | Marc Abonce Seguin | |
| Add match_language function in utils to match any user given language code with a list of engine's supported languages. Also add language_aliases dict on each engine to translate standard language codes into the custom codes used by the engine. | |||
| 2017-12-06 | remove 'all' option from search languages | marc | |
| 2017-08-31 | [fix] google news dom xpath fix | misnyo | |
| 2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
| 2017-01-10 | [fix] skip non-complete google news results | Adam Tauber | |
| 2016-12-28 | Merge branch 'master' into languages | Adam Tauber | |
| 2016-12-23 | [fix] handle missing images in google news | Adam Tauber | |
| 2016-12-15 | tests for _fetch_supported_languages in engines | marc | |
| and refactor method to make it testable without making requests | |||
| 2016-12-13 | [mod] fetch supported languages for several engines | marc | |
| utils/fetch_languages.py gets languages supported by each engine and generates engines_languages.json with each engine's supported language. | |||
| 2016-12-13 | [enh] add supported_languages on engines and auto-generate languages.py | marc | |
| 2016-12-11 | add year to time range to engines which support "Last year" | Noémi Ványi | |
| Engines: * Bing images * Flickr (noapi) * Google * Google Images * Google News | |||
| 2016-12-11 | [fix] google news engine change follow-up | Adam Tauber | |
| 2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
| 2015-01-31 | Google news' unit test | Cqoicebordel | |
| 2014-12-07 | [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) | dalf | |
| 2014-09-01 | add comments to google-engines | Thomas Pointhuber | |
| 2014-03-18 | [fix] remove unused imports ++ pep8 | Adam Tauber | |
| 2014-03-18 | simplify datetime extraction | Thomas Pointhuber | |
| 2014-03-15 | [fix] pep8 | Adam Tauber | |
| 2014-03-14 | showing publishedDate for news | Thomas Pointhuber | |
| 2014-03-04 | [fix] pep8 | Adam Tauber | |
| 2014-03-04 | Create google_news.py | Thomas Pointhuber | |