diff --git a/SrcJuying.js b/SrcJuying.js index bb9df754..fdeef7b0 100644 --- a/SrcJuying.js +++ b/SrcJuying.js @@ -393,7 +393,7 @@ function jiekouyiji() { if(plays.length==1){ let play = plays[0]; if(play.indexOf('$')==-1&&play.indexOf('m3u8')>-1){ - arr['play'] = play; + arr['play'] = play.trim(); } } xmllist.push(arr)