mirror of https://github.com/searx/searx
parent
b96c2b323d
commit
5dc886136b
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue