forked from zaclys/searxng
[fix] bilibili new api used
This commit is contained in:
parent
adaf30a5ff
commit
3c8ad561ff
|
@ -26,7 +26,7 @@ results_per_page = 20
|
||||||
categories = ["videos"]
|
categories = ["videos"]
|
||||||
|
|
||||||
# Search URL
|
# Search URL
|
||||||
base_url = "https://api.bilibili.com/x/web-interface/wbi/search/type"
|
base_url = "https://api.bilibili.com/x/web-interface/search/type"
|
||||||
|
|
||||||
cookie = {
|
cookie = {
|
||||||
"innersign": "0",
|
"innersign": "0",
|
||||||
|
|
Loading…
Reference in New Issue