mirror of https://github.com/searxng/searxng.git
Merge pull request #737 from dalf/ixquick
[fix] ixquick : fetch results from ixquick.eu instead of ixquick.com
This commit is contained in:
commit
e249698b26
|
@ -437,8 +437,8 @@ engines:
|
||||||
|
|
||||||
- name : ixquick
|
- name : ixquick
|
||||||
engine : startpage
|
engine : startpage
|
||||||
base_url : 'https://www.ixquick.com/'
|
base_url : 'https://www.ixquick.eu/'
|
||||||
search_url : 'https://www.ixquick.com/do/search'
|
search_url : 'https://www.ixquick.eu/do/search'
|
||||||
shortcut : iq
|
shortcut : iq
|
||||||
timeout : 6.0
|
timeout : 6.0
|
||||||
disabled : True
|
disabled : True
|
||||||
|
|
Loading…
Reference in New Issue