From 4a5e936573f6f06845abaefe5e40d01e09b71613 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Wed, 18 Jan 2023 11:25:24 +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 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/SrcLive.js b/SrcLive.js index 884c5163..ce654a91 100644 --- a/SrcLive.js +++ b/SrcLive.js @@ -116,18 +116,23 @@ function Live() { let group = ""; for(let i=0;i-1){ if(JYlives[i].indexOf('#genre#')>-1){ group = JYlives[i].split(',')[0]; }else if(JYlives[i].indexOf(',')>-1){ datalist.push({group: group, name: JYlives[i].split(',')[0].trim()}); } - }else{ + }else if(JYlives[i].indexOf('group-title')>-1){ + log(JYlives[i].match(/group-title="(.*?)"/)[1]); datalist.push({group: JYlives[i].match(/group-title="(.*?)"/)[1], name: JYlives[i].match(/",(.*?)\\n/)[1]}); } }catch(e){} } + /* +group-title="玩偶",一日女友的漂亮姐姐 上 +https://ypmnkbb.saejeuj.com/api/app/media/m3u8/av/ph/gr/7v/78/af7b145ecae246b2ac79cecb6f47f6ad.m3u8? + + */ let obj = {}; if(JYlivedyurl=="juying"){putMyVar('JYlivenum',datalist.length);} datalist = datalist.reduce((newArr, next) => {