logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 972f32d9730923e18df60287e82146b43a0ad477
parent 760cb3c5af0f5e6386c2b03789ca29d20967f2a3
Author: dalf <alex@al-f.net>
Date:   Sat, 22 Oct 2016 20:56:18 +0200

[fix] ixquick : fetch results from ixquick.eu instead of ixquick.com, close #727

Diffstat:

Msearx/settings.yml4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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