| 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-22 | [fix] use raw response with etree.parsefromstring - Unicode strings with ↵ | Adam Tauber | |
| encoding declaration are not supported | |||
| 2017-05-15 | [mod] add/modify image fetching for bing_news, qwant and twitter engines | Alexandre Flament | |
| 2017-05-15 | [enh] py3 compatibility | 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 filter to engines with time range support && tests | Noémi Ványi | |
| Following engines does not support "Last year": * Bing News * DeviantArt * DuckDuckGo * Yahoo * YouTube (noapi) | |||
| 2016-11-01 | add time range search for bing news | Noémi Ványi | |
| 2015-10-16 | [fix] unicode decoding | Adam Tauber | |
| 2015-08-28 | [fix] bing unicode encode error - fixes #408 | Adam Tauber | |
| 2015-06-04 | [fix] bing_news based on RSS output format | Dalf | |
| 2015-05-27 | [fix] bing_news | Alexandre Flament | |
| 2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
| 2015-01-29 | Bing news engine corrections | Cqoicebordel | |
| XPath *never* return None. (I found the HTML report of coverage) | |||
| 2015-01-29 | Bing news' unit test | Cqoicebordel | |
| I have no idea why coverage tell 97% and 2 misses in branches. If anyone has an idea... | |||
| 2015-01-22 | Change the cookie in bing_news to use the english interface | Cqoicebordel | |
| But still uses the language to set the market, and so provide relevant results to the language. Fix #198 | |||
| 2014-12-16 | [fix] pep8 | Thomas Pointhuber | |
| 2014-12-07 | [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) | dalf | |
| 2014-09-07 | [fix] bing_new engine : fix published date parsing | Dalf | |
| 2014-09-02 | little refactoring | Thomas Pointhuber | |
| 2014-09-01 | update bing engines and fix bing_news | Thomas Pointhuber | |
| 2014-07-09 | [fix] unused globals removed | Adam Tauber | |
| 2014-03-04 | Create bing_news.py | Thomas Pointhuber | |