diff options
author | Popolon <github@popolon.org> | 2018-08-13 22:07:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-13 22:07:30 +0200 |
commit | c2c7394718ba45ff20f11d741e9654bd36cd98c3 (patch) | |
tree | d5e9ec77ec6007fbe91a45ca597fd28bbe9bac7f /searx | |
parent | 8b7783e703e3af39ffbf72bcd25bb4f6c3372e73 (diff) | |
parent | 845ba79e7532dedad2bb96e5d68504b6729bee14 (diff) | |
download | searxng-c2c7394718ba45ff20f11d741e9654bd36cd98c3.tar.gz searxng-c2c7394718ba45ff20f11d741e9654bd36cd98c3.zip |
Merge branch 'master' into master
Diffstat (limited to 'searx')
-rw-r--r-- | searx/engines/qwant.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/qwant.py b/searx/engines/qwant.py index 239193b96..4b0f1c87c 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 |