| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-11 | [enh] add raise_for_httperror | Alexandre Flament | |
| check HTTP response: * detect some comme CAPTCHA challenge (no solving). In this case the engine is suspended for long a time. * otherwise raise HTTPError as before the check is done in poolrequests.py (was before in search.py). update qwant, wikipedia, wikidata to use raise_for_httperror instead of raise_for_status | |||
| 2020-11-03 | [mod] pylint: minor code change to allow pylint globally | Alexandre Flament | |
| This commit is only a step, it doesn't fix all the issues reported by pylint | |||
| 2020-09-22 | add language names in qwant's fetch languages function | Marc Abonce Seguin | |
| 2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
| 2019-12-21 | [fix] add explicit useragent header to requests - closes #1459 | Adam Tauber | |
| 2019-01-07 | Revert "remove 'all' option from search languages" | Noémi Ványi | |
| This reverts commit 4d1770398a6af8902e75c0bd885781584d39e796. | |||
| 2019-01-06 | [fix] check language aliases when setting search language | Marc Abonce Seguin | |
| 2018-08-13 | [fix] update qwant search url | Adam Tauber | |
| thx to @dalf for the fix (#1365) | |||
| 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 | [mod] add/modify image fetching for bing_news, qwant and twitter engines | Alexandre Flament | |
| 2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
| 2017-03-18 | make search language handling less strict | marc | |
| languages.py can change, so users may query on a language that is not on the list anymore, even if it is still recognized by a few engines. also made no and nb the same because they seem to return the same, though most engines will only support one or the other. | |||
| 2017-03-18 | add language support for qwant | marc | |
| closes issue #863 | |||
| 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-10 | [fix] remove html tags from qwant results | Adam Tauber | |
| 2015-06-02 | Removed the keywords from the settings in qwant engine | Cqoicebordel | |
| 2015-06-02 | Refactor | Cqoicebordel | |
| Use only one engine for the four search from Qwant | |||
| 2015-06-01 | New Qwant engines | Cqoicebordel | |
| - Web - Images - News - Social media | |||