From b259f81fb1ef7c04d4b1d3ebc4f3948df8c9f69c Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sat, 13 Jul 2024 13:52:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJyData.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJyData.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SrcJyData.js b/SrcJyData.js index a4458ca2..4bf767a6 100644 --- a/SrcJyData.js +++ b/SrcJyData.js @@ -950,7 +950,7 @@ function getSsData(name, jkdata, page) { if (lists.length > 0) { try { lists.forEach((list) => { - let vodpic = list.vodpic ? list.vodpic.replace(/http.*\/tu\.php\?tu=|\/img\.php\?url=| |\/tu\.php\?tu=/g, '') : "hiker://files/cache/src/404.jpg"; + let vodpic = list.vodpic ? list.vodpic.replace(/http.*\/tu\.php\?tu=|\/img\.php\?url=| |\/tu\.php\?tu=/g, '') : getIcon("404.jpg"); if(!/^hiker/.test(vodpic)){ if (/^\/\//.test(vodpic)) { vodpic = "https:" + vodpic; @@ -1454,7 +1454,7 @@ function getHtml(url, headers) { function getDrpyFile(jkdata) { if (/^hiker/.test(jkdata.url)) { if (!fileExist(jkdata.url)) { - if(!fileExist("hiker://files/data/"+MY_RULE.title+"/jiekou.json")){ + if(!fileExist(jkfile)){ jkdata.url = jkdata.url.replace('/data/','/_cache/'); } if (jkdata.ext && /^http/.test(jkdata.ext)) { @@ -1488,7 +1488,7 @@ function getDrpyFile(jkdata) { function extDataCache(jkdata) { if (/^hiker/.test(jkdata.url)) { if (!fileExist(jkdata.url)) { - if(!fileExist("hiker://files/data/"+MY_RULE.title+"/jiekou.json")){ + if(!fileExist(jkfile)){ jkdata.url = jkdata.url.replace('/data/','/_cache/'); } if (jkdata.ext && /^http/.test(jkdata.ext)) {