From 6444076eae422243810eecd0aad1eb209154bd4b Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Fri, 6 Sep 2024 16:17:22 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJyData.js b/SrcJyData.js index ec3d74fd..ca7c11e0 100644 --- a/SrcJyData.js +++ b/SrcJyData.js @@ -585,7 +585,7 @@ function getYiData(jkdata) { }; if (extdata["图片"] && item.indexOf(extdata["图片"].split("&&")[0]) > -1) { vod_url = getBetweenStr(item, extdata["链接"]); - vod_url = /^http/.test(vod_url) ? vod_url : vodhost + vod_url; + vod_url = /^http/.test(vod_url) ? vod_url : (extdata["链接前缀"]||vodhost) + vod_url; vod_name = getBetweenStr(item, extdata["标题"]); vod_pic = ""; try {