logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: c2c7394718ba45ff20f11d741e9654bd36cd98c3
parent 8b7783e703e3af39ffbf72bcd25bb4f6c3372e73
Author: Popolon <github@popolon.org>
Date:   Mon, 13 Aug 2018 22:07:30 +0200

Merge branch 'master' into master

Diffstat:

Msearx/engines/qwant.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/engines/qwant.py b/searx/engines/qwant.py @@ -28,7 +28,7 @@ category_to_keyword = {'general': 'web', 'social media': 'social'} # search-url -url = 'https://api.qwant.com/api/search/{keyword}?count=10&offset={offset}&f=&{query}' +url = 'https://api.qwant.com/api/search/{keyword}?count=10&offset={offset}&f=&{query}&t={keyword}&uiv=4' # do search-request