forked from Ponysearch/Ponysearch
commit
899ba5d6de
2 changed files with 0 additions and 12 deletions
|
@ -74,10 +74,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(content_xpath):
|
||||
|
|
|
@ -579,14 +579,6 @@ engines:
|
|||
timeout : 6.0
|
||||
disabled : True
|
||||
|
||||
- name : ixquick
|
||||
engine : startpage
|
||||
base_url : 'https://www.ixquick.eu/'
|
||||
search_url : 'https://www.ixquick.eu/do/search'
|
||||
shortcut : iq
|
||||
timeout : 6.0
|
||||
disabled : True
|
||||
|
||||
- name : swisscows
|
||||
engine : swisscows
|
||||
shortcut : sw
|
||||
|
|
Loading…
Reference in a new issue