diff options
author | dimqua <dimqua@riseup.net> | 2018-12-11 21:45:47 +0300 |
---|---|---|
committer | dimqua <dimqua@riseup.net> | 2018-12-11 21:45:47 +0300 |
commit | 0d86ed9c7e274c69bcee4bca838e19ec4f632699 (patch) | |
tree | ce2f2e4a3b5bdc8592e4b60f0fec118f84cc4226 | |
parent | 0823b13ae157e8322e93db528ba4b8624f44ca8d (diff) | |
download | searxng-0d86ed9c7e274c69bcee4bca838e19ec4f632699.tar.gz searxng-0d86ed9c7e274c69bcee4bca838e19ec4f632699.zip |
update startpage.py
-rw-r--r-- | searx/engines/startpage.py | 4 |
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"]'): |