Loading searx/engines/duckduckgo.py +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ # @parse url, title, content # # @todo rewrite to api # @todo language support # @todo language support (the current used site does not support language-change) from urllib import urlencode from lxml.html import fromstring Loading Loading
searx/engines/duckduckgo.py +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ # @parse url, title, content # # @todo rewrite to api # @todo language support # @todo language support (the current used site does not support language-change) from urllib import urlencode from lxml.html import fromstring Loading