diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-02 20:21:33 +0200 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-02 20:21:33 +0200 |
commit | 8eb064dea1f312865dc5d5588d8a317a80efbb49 (patch) | |
tree | 7b36dd0ac557ecc0cc908dda058221ca35bbc603 /searx/engines/duckduckgo.py | |
parent | badf8504fd69a5f7022e9ea0c93f581d3f2ce71a (diff) | |
download | searxng-8eb064dea1f312865dc5d5588d8a317a80efbb49.tar.gz searxng-8eb064dea1f312865dc5d5588d8a317a80efbb49.zip |
add little note to duckduckgo engine
Diffstat (limited to 'searx/engines/duckduckgo.py')
-rw-r--r-- | searx/engines/duckduckgo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/duckduckgo.py b/searx/engines/duckduckgo.py index 4810174ab..cd7d93c51 100644 --- a/searx/engines/duckduckgo.py +++ b/searx/engines/duckduckgo.py @@ -9,7 +9,7 @@ # @parse url, title, content # # @todo rewrite to api -# @todo language support +# @todo language support (the current used site does not support language-change) from urllib import urlencode from lxml.html import fromstring |