更新 'SrcLive.js'

master
src48597962 2 years ago
parent c234c9b8f8
commit 8d1fa7f475
  1. 3
      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);

Loading…
Cancel
Save