fix
This commit is contained in:
Liu
2025-02-11 00:49:24 +08:00
parent de7742421c
commit 016eb69ea1
4 changed files with 21 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -2221,7 +2221,7 @@ function detailParse(detailObj) {
}
}
if (p === "*") {
vod.vod_play_from = "道长在线";
vod.vod_play_from = "在线播放";
vod.vod_remarks = detailUrl;
vod.vod_actor = "没有二级,只有一级链接直接嗅探播放";
vod.vod_content = MY_URL;
@@ -2327,7 +2327,7 @@ function detailParse(detailObj) {
}
console.log(JSON.stringify(playFrom))
} else {
playFrom = ["道长在线"]
playFrom = ["在线播放"]
}
vod.vod_play_from = playFrom.join(vod_play_from);
let vod_play_url = "$$$";

View File

@@ -343,7 +343,7 @@
"token": "http://127.0.0.1:9978/file/TVBox/token.txt",
"cookie": "http://127.0.0.1:9978/file/TVBox/quark.txt",
"uc_cookie": "http://127.0.0.1:9978/file/TVBox/uc.txt",
"site": "http://ucmi.fun",
"site": "http://www.mucpan.cc",
"danmu": true
}
},
@@ -874,6 +874,24 @@
"api": "./JS/drpy2.min.js",
"ext": "./JS/采集之王.js?type=url&params=../JSON/采集静态.json$1$1"
},
{
"key": "爱看机器人",
"name": "爱看|影视",
"type": 3,
"api": "csp_IkanBot",
"searchable": 1,
"quickSearch": 1,
"filterable": 1
},
{
"key": "南瓜影视",
"name": "南瓜|影视",
"type": 3,
"api": "csp_NanGua",
"searchable": 1,
"quickSearch": 1,
"filterable": 1
},
{
"key": "低端影视",
"name": "低端|影视",

Binary file not shown.