From a969c326d22273675373e080d92615dbe217d820 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 21 Jul 2024 20:23:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJuying.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJuying.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SrcJuying.js b/SrcJuying.js index 890e6162..e75faef5 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -526,7 +526,8 @@ function dianboerji() { let vipUrl = MY_URL.split('##')[1].split('#')[0]; let play; if(dataObj.stype=="hipy_t3"){ - let drpy = GM.defineModule("SrcJuDrpy", config.依赖.match(/http(s)?:\/\/.*\//)[0] + "SrcJyDrpy.js").get(dataObj.sname, dataObj.surl); + let sdata = {name: dataObj.sname, url: dataObj.surl, ext: dataObj.sext} + let drpy = GM.defineModule("SrcJuDrpy", config.依赖.match(/http(s)?:\/\/.*\//)[0] + "SrcJyDrpy.js").get(sdata); play = JSON.parse(drpy.play(dataObj.flag, vipUrl, [])); }else if(dataObj.stype=="hipy_t4"){ play = JSON.parse(request(dataObj.surl+'&flag='+dataObj.sname+"&extend="+dataObj.sext+'&play='+vipUrl));