Browse Source

add little note to duckduckgo engine

Thomas Pointhuber 10 years ago
parent
commit
8eb064dea1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/duckduckgo.py

+ 1 - 1
searx/engines/duckduckgo.py

@@ -9,7 +9,7 @@
 # @parse       url, title, content
 # @parse       url, title, content
 #
 #
 # @todo        rewrite to api
 # @todo        rewrite to api
-# @todo        language support
+# @todo        language support (the current used site does not support language-change)
 
 
 from urllib import urlencode
 from urllib import urlencode
 from lxml.html import fromstring
 from lxml.html import fromstring