Pending changes exported from your codespace

This commit is contained in:
xiaoliu
2024-09-25 02:11:59 +00:00
parent f0612690d9
commit 5dde1b0660
56 changed files with 17232 additions and 6811 deletions

View File

@@ -29,7 +29,7 @@ var rule = {
play_parse: true,
lazy: $js.toString(() => {
let d = [];
let url1=JSON.parse(request("https://vip.ysctv.cn/api/index?parsesId=26&appid=4&videoUrl="+input)).url;
let url1=JSON.parse(request("https://vip.ysctv.cn/api/index?parsesId=23&appid=4&videoUrl="+input)).url;
var withoutDomain = url1.replace(/^https:\/\/baidu\.con\//, '');
var first16Chars = withoutDomain.substring(0, 16);
var remainingString = withoutDomain.substring(16);