浏览代码

add little note to duckduckgo engine

Thomas Pointhuber 10 年前
父节点
当前提交
8eb064dea1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      searx/engines/duckduckgo.py

+ 1
- 1
searx/engines/duckduckgo.py 查看文件

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