logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: e3bd2670d7d886ba7fb7540781fec130d1e80c9c
parent 86f47689fea8df37571e8413223fe1a3847fb0b8
Author: rinpatch <rinpatch@airmail.cc>
Date:   Fri, 27 Apr 2018 08:36:11 +0300

Traling whitespace

Diffstat:

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

diff --git a/searx/engines/acgsou.py b/searx/engines/acgsou.py @@ -36,7 +36,7 @@ def request(query, params): def response(resp): - results = [] + results = [] dom = html.fromstring(resp.text) print(resp.text) for result in dom.xpath(xpath_results):