logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 8eb064dea1f312865dc5d5588d8a317a80efbb49
parent badf8504fd69a5f7022e9ea0c93f581d3f2ce71a
Author: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date:   Tue,  2 Sep 2014 20:21:33 +0200

add little note to duckduckgo engine

Diffstat:

Msearx/engines/duckduckgo.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/engines/duckduckgo.py b/searx/engines/duckduckgo.py @@ -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