diff options
author | Adam Tauber <asciimoo@gmail.com> | 2016-10-22 21:33:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-22 21:33:25 +0200 |
commit | e249698b26fcf40ea8fc36897297cc1879fe8ce2 (patch) | |
tree | 23b2e3f2b35f3235ddd32875d3098414a56cd47b | |
parent | dcf93806169cdd1ed61190c2825ae4f0149328b5 (diff) | |
parent | 972f32d9730923e18df60287e82146b43a0ad477 (diff) | |
download | searxng-e249698b26fcf40ea8fc36897297cc1879fe8ce2.tar.gz searxng-e249698b26fcf40ea8fc36897297cc1879fe8ce2.zip |
Merge pull request #737 from dalf/ixquick
[fix] ixquick : fetch results from ixquick.eu instead of ixquick.com
-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 |