Update SrcJuying.js

pull/1/head
jevons0411 3 years ago
parent f38f38950b
commit 2597b2afd9
  1. 2
      SrcJuying.js

@ -254,6 +254,7 @@ function jiekouyiji() {
let arr = {"vod_id":id,"vod_name":name,"vod_remarks":note,"vod_pic":pic};
let plays = xpartArray(videos[i],`//video/dl/dd/text()`);
log(plays)
/*
if(plays.length==1){
try{
var play = plays[0].replace(/<!\[CDATA\[|\]\]>/g,'');
@ -265,6 +266,7 @@ function jiekouyiji() {
arr['play'] = play;
}
}
*/
xmllist.push(arr)
}
var html = {"list":xmllist};

Loading…
Cancel
Save