Browse Source

[fix] update qwant search url

thx to @dalf for the fix (#1365)
Adam Tauber 6 years ago
parent
commit
845ba79e75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/qwant.py

+ 1 - 1
searx/engines/qwant.py

@@ -28,7 +28,7 @@ category_to_keyword = {'general': 'web',
                        'social media': 'social'}
                        'social media': 'social'}
 
 
 # search-url
 # 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
 # do search-request