Browse Source

update startpage.py

dimqua 6 years ago
parent
commit
0d86ed9c7e
1 changed files with 0 additions and 4 deletions
  1. 0 4
      searx/engines/startpage.py

+ 0 - 4
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"]'):