summaryrefslogtreecommitdiff
path: root/searx/engines/yahoo_news.py
AgeCommit message (Expand)Author
2024-05-16[mod] simple theme: drop img_src from default resultsMarkus Heiser
2024-03-11[mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTIONMarkus Heiser
2021-12-27[fix] issues reported by pylintMarkus Heiser
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
2021-09-07[pylint] engines: drop no longer needed 'missing-function-docstring'Markus Heiser
2021-09-06[mod] one logger per engine - drop obsolete logger.getChildMarkus Heiser
2021-04-26[pylint] tag PYLINT_FILES by comment `# lint: pylint`Markus Heiser
2021-03-14[fix] remove unused import from yahoo-news engineMarkus Heiser
2021-03-08[fix] rewrite Yahoo-News engineMarkus Heiser
2021-02-01[mod] dynamically set language_support variableAlexandre Flament
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-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
2019-01-07Revert "remove 'all' option from search languages"Noémi Ványi
2018-03-27refactor engine's search language handlingMarc Abonce Seguin
2017-12-06remove 'all' option from search languagesmarc
2017-05-15[enh] py3 compatibilityAdam Tauber
2017-04-08[fix] yahoo news date parsingAdam 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-07-11Fix anomalous backslash in stringstepshal
2015-05-03[fix] yahoo_news engineAlexandre Flament
2014-10-19[fix] pep8 compatibilityAdam Tauber
2014-09-01fix yahoo engines and add commentsThomas Pointhuber
2014-03-18extract publishDate from vimeoThomas Pointhuber
2014-03-18simplify datetime extractionThomas Pointhuber
2014-03-15[fix] pep8Adam Tauber
2014-03-15improve publishDate extraction from yahooThomas Pointhuber
2014-03-14showing publishedDate for newsThomas Pointhuber
2014-03-08[fix] yahoo url extractionAdam Tauber
2014-03-04[fix] yahoo engine url extractionAdam Tauber
2014-03-04Create yahoo_news.pyThomas Pointhuber