From 845ba79e7532dedad2bb96e5d68504b6729bee14 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Mon, 13 Aug 2018 12:03:27 +0200 Subject: [PATCH] [fix] update qwant search url thx to @dalf for the fix (#1365) --- searx/engines/qwant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/engines/qwant.py b/searx/engines/qwant.py index 239193b9..4b0f1c87 100644 --- 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