summaryrefslogtreecommitdiff
path: root/searx/engines/duckduckgo_definitions.py
AgeCommit message (Collapse)Author
2019-12-02duckduckgo_definitions: remove the debug messageMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-11-29[fix] duckduckgo_definition issues reported by 'manage.sh test'Markus Heiser
Fix this error while travis build:: /home/travis/build/asciimoo/searx/searx/engines/duckduckgo_definitions.py:21:44: E225 missing whitespace around operator Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2019-11-29[fix] duckduckgo_definitions - where 'AnswerType' is 'calc'Markus Heiser
Do not try to get text when 'AnswerType' is 'calc'. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2018-03-27refactor engine's search language handlingMarc 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-05-15[enh] py3 compatibilityAdam Tauber
2016-12-15tests for _fetch_supported_languages in enginesmarc
and refactor method to make it testable without making requests
2016-12-13[mod] fetch supported languages for several enginesmarc
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.pymarc
2016-04-19[fix] compile regex in ddg_definitionsa01200356
2016-04-17[enh] multilingual duckduckgo_definitionsa01200356
2015-02-09DDG Definitions' unit testsCqoicebordel
2015-01-01[mod] purge local html_to_textAdam Tauber
2014-12-07[fix] pep8 : duckduckgo_definitions and wikidata enginesdalf
2014-10-11[enh] infoboxes : if the result doesn't contain anything except one link, ↵dalf
use the normal result template
2014-09-28[enh] add infoboxes and answersDalf
2014-01-20[fix] pep/flake8 compatibilityasciimoo
2014-01-11[enh] set up special css classes for highlighting results + highlight ↵rhapsodhy
definitions with dark grey border
2014-01-05[mod] minor fixes (duckduck_definitions : if a ddg bang is in the query, ↵Dalf
avoid a useless redirect)
2013-10-23[enh] engine cfg compatibiltyasciimoo
2013-10-15[enh] engine typesasciimoo
2013-10-15[fix] comments removedasciimoo
2013-10-14[enh] duckduckgo definitionsasciimoo