Explorar el Código

add little note to duckduckgo engine

Thomas Pointhuber hace 10 años
padre
commit
8eb064dea1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      searx/engines/duckduckgo.py

+ 1
- 1
searx/engines/duckduckgo.py Ver fichero

@@ -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