logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 80f98d60413c742d603da8eae3596999942ae77a
parent 64a68a7296d356fe28e31a704c3e0d3051220cec
Author: Thomas Pointhuber <thomas.pointhuber@gmx.at>
Date:   Tue,  2 Sep 2014 18:12:42 +0200

add little comment

Diffstat:

Msearx/engines/duckduckgo.py1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/searx/engines/duckduckgo.py b/searx/engines/duckduckgo.py @@ -47,6 +47,7 @@ def response(resp): doc = fromstring(resp.text) + # parse results for r in doc.xpath(result_xpath): try: res_url = r.xpath(url_xpath)[-1]