diff options
author | dalf <alex@al-f.net> | 2016-10-22 20:56:18 +0200 |
---|---|---|
committer | dalf <alex@al-f.net> | 2016-10-22 20:56:18 +0200 |
commit | 972f32d9730923e18df60287e82146b43a0ad477 (patch) | |
tree | d00ab65e2c5bfad0d9fae297a468fb893185c503 /searx/settings.yml | |
parent | 760cb3c5af0f5e6386c2b03789ca29d20967f2a3 (diff) | |
download | searxng-972f32d9730923e18df60287e82146b43a0ad477.tar.gz searxng-972f32d9730923e18df60287e82146b43a0ad477.zip |
[fix] ixquick : fetch results from ixquick.eu instead of ixquick.com, close #727
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index ba7ae428b..139034590 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -437,8 +437,8 @@ engines: - name : ixquick engine : startpage - base_url : 'https://www.ixquick.com/' - search_url : 'https://www.ixquick.com/do/search' + base_url : 'https://www.ixquick.eu/' + search_url : 'https://www.ixquick.eu/do/search' shortcut : iq timeout : 6.0 disabled : True |