From c234c9b8f84a359e0fe52bd4b9e60f9d987716ce Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 18 Jan 2023 11:31:40 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcLive.js b/SrcLive.js index db45434b..d65fc8b8 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -123,7 +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]); + log(JYlives[i].match(/",(.*?)\n/)[1]); datalist.push({group: JYlives[i].match(/group-title="(.*?)"/)[1], name: JYlives[i].match(/",(.*?)\\n/)[1]}); } }catch(e){