summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordimqua <dimqua@riseup.net>2018-12-11 21:45:47 +0300
committerdimqua <dimqua@riseup.net>2018-12-11 21:45:47 +0300
commit0d86ed9c7e274c69bcee4bca838e19ec4f632699 (patch)
treece2f2e4a3b5bdc8592e4b60f0fec118f84cc4226
parent0823b13ae157e8322e93db528ba4b8624f44ca8d (diff)
downloadsearxng-0d86ed9c7e274c69bcee4bca838e19ec4f632699.tar.gz
searxng-0d86ed9c7e274c69bcee4bca838e19ec4f632699.zip
update startpage.py
-rw-r--r--searx/engines/startpage.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/searx/engines/startpage.py b/searx/engines/startpage.py
index 3e067597e..a52d9128d 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"]'):