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. | |||
2018-03-20 | fix fetch_langauges to be more accurate | Marc Abonce Seguin | |
Add languages supported by either all default general engines or 10 engines. | |||
2018-03-14 | [fix] change duckduckgo url to avoid error response | Marc Abonce Seguin | |
2017-12-06 | remove 'all' option from search languages | marc | |
2017-10-10 | update engines_languages.json and languages.py | marc | |
Also, fix fetch_languages.py so it can run on python3. | |||
2017-07-21 | [fix] use poolrequests in ddg engines | Adam Tauber | |
2017-07-10 | [fix] duckduckgo images doesn't fail with countryless language | marc | |
2017-05-27 | [fix] fix duckduckgo's offset | marc | |
First page now starts with 0 offset, rather than starting on the 30th result. DuckDuckGo returns 30 results on each page. | |||
2017-05-23 | add duckduckgo images engine | marc | |
2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
2017-02-01 | [fix] fix paging of duckduckgo | Noémi Ványi | |
2016-12-15 | tests for _fetch_supported_languages in engines | marc | |
and refactor method to make it testable without making requests | |||
2016-12-13 | tests for language support in engines | marc | |
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 | Add language support for more engines. | marc | |
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-07-26 | [fix] time range detection | Adam Tauber | |
2016-07-25 | add time range search for duckduckgo | Noemi Vanyi | |
2016-07-14 | [fix] guess country code if not specified in duckduckgo engine | marc | |
2016-07-12 | [fix] multilingual duckduckgo | a01200356 | |
only works if both country and language are set | |||
2016-03-21 | [fix] duckduckgo's xpaths changed | a01200356 | |
test_duckduckgo modified to reflect changes in duckduckgo's html | |||
2015-09-07 | [fix] duckduckgo unicode url - #419 | Adam Tauber | |
2015-09-01 | ddg encoding of URLs appears to be broken, revealed when trying to pickled ↵ | Emmanuel Benazera | |
the results to disk | |||
2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
2015-02-02 | Duckduckgo unit test | Cqoicebordel | |
2014-12-07 | [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) | dalf | |
2014-09-07 | [enh] duckduckgo engine: add language support | dalf | |
2014-09-02 | add little note to duckduckgo engine | Thomas Pointhuber | |
2014-09-02 | add little comment | Thomas Pointhuber | |
2014-09-02 | rewrite duckduckgo engine and add comments | Thomas Pointhuber | |
2014-03-29 | [fix] pep8 | Adam Tauber | |
2014-03-21 | [fix] indexing | Adam Tauber | |
2014-03-21 | [mod] ddg engine mods | Adam Tauber | |
2014-01-30 | [enh] paging support for ddg | asciimoo | |
2014-01-20 | [fix] pep/flake8 compatibility | asciimoo | |
2014-01-05 | [mod] bing and duckduckgo engines : add / rename locale parameter | Dalf | |
2013-11-09 | [enh] removing result html tags | asciimoo | |
2013-10-23 | [enh] engine cfg compatibilty | asciimoo | |
2013-10-15 | [enh] engine types | asciimoo | |
2013-10-14 | [enh] initial commit | asciimoo | |