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:
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