mirror of
https://github.com/letian1650/N3RD.git
synced 2025-01-25 04:05:17 +08:00
12 lines
373 B
JavaScript
12 lines
373 B
JavaScript
let jxUrl = 'http://chaloli.cn/home/api?type=ys&uid=1&key=ekloswzABCGHKLOT58&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;
|
|
} |