From 0d86ed9c7e274c69bcee4bca838e19ec4f632699 Mon Sep 17 00:00:00 2001 From: dimqua Date: Tue, 11 Dec 2018 21:45:47 +0300 Subject: [PATCH] update startpage.py --- searx/engines/startpage.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/searx/engines/startpage.py b/searx/engines/startpage.py index 3e067597..a52d9128 100644 --- 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"]'):