1
0
mirror of https://github.com/hjdhnx/dr_py.git synced 2025-08-05 10:51:51 -04:00
2023-04-23 21:04:12 +08:00

14 lines
432 B
JavaScript

// let jxUrl = 'http://api.ckflv.cn/?url=';
log(env);
let jxUrl = 'https://k.json.icu/home/api?type=ys&uid=12406929&key=adgouwyCGIRSTUV046&url=';
fetch_params.headers.Referer = jxUrl;
try {
// realUrl = null;
let html = request(jxUrl+vipUrl);
log(html);
realUrl = jsp.pjfh(html,'$..url');
log('解析到真实播放地址:'+realUrl);
}catch (e) {
log('解析发生错误:'+e.message);
realUrl = vipUrl;
}