Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-07 | Revert "remove 'all' option from search languages" | Noémi Ványi | |
This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796. | |||
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-05-15 | [enh] py3 compatibility | Adam Tauber | |
2017-04-08 | [fix] yahoo news date parsing | 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-07-11 | Fix anomalous backslash in string | stepshal | |
2015-05-03 | [fix] yahoo_news engine | Alexandre Flament | |
2014-10-19 | [fix] pep8 compatibility | Adam Tauber | |
2014-09-01 | fix yahoo engines and add comments | Thomas Pointhuber | |
2014-03-18 | extract publishDate from vimeo | Thomas Pointhuber | |
2014-03-18 | simplify datetime extraction | Thomas Pointhuber | |
2014-03-15 | [fix] pep8 | Adam Tauber | |
2014-03-15 | improve publishDate extraction from yahoo | Thomas Pointhuber | |
2014-03-14 | showing publishedDate for news | Thomas Pointhuber | |
2014-03-08 | [fix] yahoo url extraction | Adam Tauber | |
2014-03-04 | [fix] yahoo engine url extraction | Adam Tauber | |
2014-03-04 | Create yahoo_news.py | Thomas Pointhuber | |