提交 ce77debd 编写于 作者: H hjdhnx

增加了一条解析

上级 600fd374
......@@ -32,5 +32,4 @@ RDHK,https://jx.rdhk.net/?v=,0
七彩,https://www.xymav.com/?url=,0
夜幕,https://www.yemu.xyz/?url=,0
1717云,https://www.1717yun.com/jx/ty.php?url=,0
8090,https://www.8090g.cn/?url=,0
万能,https://json.legendwhb.cn/llq/?url=
\ No newline at end of file
8090,https://www.8090g.cn/?url=,0
\ No newline at end of file
let jxUrl = 'https://json.legendwhb.cn/llq/?url=';
fetch_params.headers.Referer = jxUrl;
try {
let html = request(jxUrl+vipUrl);
eval(html.match(/var config = {[\s\S]*?}/)[0] + "");
let play = request("https://json.legendwhb.cn/llq/API.php", {headers: {"User-Agent": MOBILE_UA, "X-Requested-With": "XMLHttpRequest", "origin": "https://json.legendwhb.cn"}, body: "url=" + config.url + "&time=" + config.time + "&key=" + config.key, method: "POST"});
realUrl = JSON.parse(play).url;
log('解析到真实播放地址:'+realUrl);
}catch (e) {
log('解析发生错误:'+e.message);
realUrl = vipUrl;
}
\ No newline at end of file
3.9.21beta2
\ No newline at end of file
3.9.21beta3
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册