[fix] update qwant search url

thx to @dalf for the fix (#1365)
This commit is contained in:
Adam Tauber 2018-08-13 12:03:27 +02:00
parent b8978b4bbf
commit 845ba79e75
1 changed files with 1 additions and 1 deletions

View File

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