From 8d1fa7f4757c7acbec7f8322c09a8cee2e454457 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 18 Jan 2023 11:32:12 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SrcLive.js b/SrcLive.js index d65fc8b8..94e1884e 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -123,8 +123,7 @@ function Live() { datalist.push({group: group, name: JYlives[i].split(',')[0].trim()}); } }else if(JYlives[i].indexOf('group-title')>-1){ - log(JYlives[i].match(/",(.*?)\n/)[1]); - datalist.push({group: JYlives[i].match(/group-title="(.*?)"/)[1], name: JYlives[i].match(/",(.*?)\\n/)[1]}); + datalist.push({group: JYlives[i].match(/group-title="(.*?)"/)[1], name: JYlives[i].match(/",(.*?)\n/)[1]}); } }catch(e){ log(e.message);