Browse Source

Merge pull request #737 from dalf/ixquick

[fix] ixquick : fetch results from ixquick.eu instead of ixquick.com
Adam Tauber 8 years ago
parent
commit
e249698b26
1 changed files with 2 additions and 2 deletions
  1. 2 2
      searx/settings.yml

+ 2 - 2
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