[fix] Qwant: Remove extra q from URL (#3091)

Fixes #3090
This commit is contained in:
Finn 2022-01-07 21:41:39 +01:00 committed by GitHub
parent b96c2b323d
commit 5dc886136b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ category_to_keyword = {
}
# search-url
url = 'https://api.qwant.com/v3/search/{keyword}?q={query}&count={count}&offset={offset}'
url = 'https://api.qwant.com/v3/search/{keyword}?{query}&count={count}&offset={offset}'
def request(query, params):