Update 我的哔哩.js

This commit is contained in:
ziyongdaima 2025-07-02 23:40:52 +08:00 committed by GitHub
parent f06ce4b947
commit 9cd1ed91ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ var rule = {
part + '$' + aid + '_' + cid
)
});
treeMap['B站'] = playurls.join('#');
treeMap['播放'] = playurls.join('#');
let relatedData = JSON.parse(html).data.Related;
playurls = [];
relatedData.forEach(function(rd) {
@ -373,7 +373,7 @@ var rule = {
title + '$' + aaid + '_' + ccid
)
});
treeMap['欧歌推荐'] = playurls.join('#');
treeMap['哔哩推荐'] = playurls.join('#');
vod.vod_play_from = Object.keys(treeMap).join("$$$");
vod.vod_play_url = Object.values(treeMap).join("$$$");
VOD = vod;