logo

searx

My custom branche(s) on searx, a meta-search engine
commit: 845ba79e7532dedad2bb96e5d68504b6729bee14
parent: b8978b4bbf20eaf6dee1c3e63330a39eae76dfc8
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Mon, 13 Aug 2018 12:03:27 +0200

[fix] update qwant search url

thx to @dalf for the fix (#1365)

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