浏览代码

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,7 +9,7 @@
9 9
 # @parse       url, title, content
10 10
 #
11 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 14
 from urllib import urlencode
15 15
 from lxml.html import fromstring