Browse Source

add little note to duckduckgo engine

Thomas Pointhuber 11 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 View File

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