summaryrefslogtreecommitdiff
path: root/searx/engines/duckduckgo.py
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2014-09-02 20:21:33 +0200
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2014-09-02 20:21:33 +0200
commit8eb064dea1f312865dc5d5588d8a317a80efbb49 (patch)
tree7b36dd0ac557ecc0cc908dda058221ca35bbc603 /searx/engines/duckduckgo.py
parentbadf8504fd69a5f7022e9ea0c93f581d3f2ce71a (diff)
downloadsearxng-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.py2
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