summaryrefslogtreecommitdiff
path: root/searx/engines/yahoo.py
AgeCommit message (Collapse)Author
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-06-25[fix] yahoo engine - changed content_xpathMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-11-15[mod] speed optimizationDalf
compile XPath only once avoid redundant call to urlparse get_locale(webapp.py): avoid useless call to request.accept_languages.best_match
2019-01-07Revert "remove 'all' option from search languages"Noémi Ványi
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796.
2018-03-27refactor engine's search language handlingMarc 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-06remove 'all' option from search languagesmarc
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-12-15tests for _fetch_supported_languages in enginesmarc
and refactor method to make it testable without making requests
2016-12-13[mod] fetch supported languages for several enginesmarc
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.pymarc
2016-12-11add year filter to engines with time range support && testsNoémi Ványi
Following engines does not support "Last year": * Bing News * DeviantArt * DuckDuckGo * Yahoo * YouTube (noapi)
2016-07-26[fix] time range detectionAdam Tauber
2016-07-25fix pep8Noemi Vanyi
2016-07-25add time range search with yahooNoemi Vanyi
2016-06-28[enh] display number of resultsAdam Tauber
2015-05-02update versions.cfg to use the current up-to-date packagesAlexandre Flament
2015-02-20[fix] update yahoo engine according to the web site changesdalf
2015-02-04Yahoo's unit testCqoicebordel
2014-12-16[fix] pep8Thomas Pointhuber
2014-12-07[fix] pep8 : engines (errors E121, E127, E128 and E501 still exist)dalf
2014-09-07[fix] yahoo engines: parse_url doesn't throw an exception with not tracking URLDalf
2014-09-01fix yahoo engines and add commentsThomas Pointhuber
2014-03-21[fix] indexing ++ url extractionAdam Tauber
2014-03-18[fix] #55Adam Tauber
2014-03-10[fix] pep8Adam Tauber
2014-03-08[fix] yahoo url extractionAdam Tauber
2014-03-04[fix] yahoo engine url extractionAdam Tauber
2014-02-27[fix] yahoo url modsAdam Tauber
2014-02-05Improves PEP8 compatibility.Gabor Nagy
2014-01-31[fix] pep8asciimoo
2014-01-31[enh] search language support upadtesasciimoo
2014-01-30[fix] print removedasciimoo
2014-01-30[enh] yahoo engine addedasciimoo