mirror of
https://github.com/searx/searx
synced 2025-09-01 15:06:02 +00:00
update startpage.py
This commit is contained in:
@@ -73,10 +73,6 @@ def response(resp):
|
|||||||
if re.match(r"^http(s|)://(www\.)?startpage\.com/do/search\?.*$", url):
|
if re.match(r"^http(s|)://(www\.)?startpage\.com/do/search\?.*$", url):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# block ixquick search url's
|
|
||||||
if re.match(r"^http(s|)://(www\.)?ixquick\.com/do/search\?.*$", url):
|
|
||||||
continue
|
|
||||||
|
|
||||||
title = extract_text(link)
|
title = extract_text(link)
|
||||||
|
|
||||||
if result.xpath('./p[@class="desc clk"]'):
|
if result.xpath('./p[@class="desc clk"]'):
|
||||||
|
Reference in New Issue
Block a user