We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0cd7c commit 20e5ae7Copy full SHA for 20e5ae7
src/content-script/site-adapters/bilibili/index.mjs
@@ -37,7 +37,7 @@ export default {
37
const title = videoList[p].part
38
39
const infoResponse = await fetch(
40
- `https://api.bilibili.com/x/player/v2?bvid=${bvid}&cid=${cid}`,
+ `https://api.bilibili.com/x/player/wbi/v2?bvid=${bvid}&cid=${cid}`,
41
{
42
credentials: 'include',
43
},
0 commit comments