forked from Ponysearch/Ponysearch
Merge pull request #512 from ZetaTom/fix-qwant
[fix] Qwant search query string
This commit is contained in:
commit
ae2f6c63f4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ category_to_keyword = {
|
||||||
}
|
}
|
||||||
|
|
||||||
# search-url
|
# 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):
|
def request(query, params):
|
||||||
"""Qwant search request"""
|
"""Qwant search request"""
|
||||||
|
|
Loading…
Reference in a new issue