From b6827c82870785cad6190dcd4f6fa75b9ab9ff3d Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Sun, 8 Sep 2024 14:05:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcLive.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcLive.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SrcLive.js b/SrcLive.js index 442bfb3c..9f4c2737 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -420,11 +420,7 @@ function LivePlay(name) { } } else if (JYlives[i].indexOf('group-title') > -1 && JYlives[i].match(/",(.*?)\n/)[1].replace(/TV-/g, 'TV').replace(/\[.*\]/g, '').trim() == name) { let urll = JYlives[i].split('\n'); - urll.forEach(item => { - if (item.indexOf('://') > -1) { - urls.push(item + '#isVideo=true#'); - } - }) + urls.push(urll[1] + '#isVideo=true#'); } } catch (e) { //log(e.message);