logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 0d86ed9c7e274c69bcee4bca838e19ec4f632699
parent 0823b13ae157e8322e93db528ba4b8624f44ca8d
Author: dimqua <dimqua@riseup.net>
Date:   Tue, 11 Dec 2018 21:45:47 +0300

update startpage.py

Diffstat:

Msearx/engines/startpage.py4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/searx/engines/startpage.py b/searx/engines/startpage.py @@ -73,10 +73,6 @@ def response(resp): if re.match(r"^http(s|)://(www\.)?startpage\.com/do/search\?.*$", url): continue - # block ixquick search url's - if re.match(r"^http(s|)://(www\.)?ixquick\.com/do/search\?.*$", url): - continue - title = extract_text(link) if result.xpath('./p[@class="desc clk"]'):