diff --git "a/base/\350\247\243\346\236\220.conf" "b/base/\350\247\243\346\236\220.conf" index 82be5e0b465d1183584447cf36f3083842df8660..ce94f55dbea7542c674efff331ab3bb3bdf1d18d 100644 --- "a/base/\350\247\243\346\236\220.conf" +++ "b/base/\350\247\243\346\236\220.conf" @@ -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 diff --git "a/jiexi/\344\270\207\350\203\275.js" "b/jiexi/\344\270\207\350\203\275.js" new file mode 100644 index 0000000000000000000000000000000000000000..e3c39031f5d64b9a2cd7e68dd6e48b7991c85fba --- /dev/null +++ "b/jiexi/\344\270\207\350\203\275.js" @@ -0,0 +1,12 @@ +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 diff --git a/js/version.txt b/js/version.txt index 1980bc5ebd889d817cf1c005cd25dd2da4f0745e..f186870853a1061df32abe5b278f79a695da16d0 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.9.21beta2 \ No newline at end of file +3.9.21beta3 \ No newline at end of file