Update bilibili.ts
This commit is contained in:
@@ -129,7 +129,7 @@ const hotSearch = defineSource(async () => {
|
||||
})
|
||||
|
||||
const hotVideo = defineSource(async () => {
|
||||
const url = "https://proxy.255254.xyz/https://api.bilibili.com/x/web-interface/popular"
|
||||
const url = "https://seep.eu.org/https://api.bilibili.com/x/web-interface/popular"
|
||||
const res: HotVideoRes = await myFetch(url)
|
||||
|
||||
return res.data.list.map(video => ({
|
||||
|
||||
Reference in New Issue
Block a user