Update SrcJuying.js

pull/1/head
jevons0411 3 years ago
parent b9733f52af
commit 6e505455ce
  1. 2
      SrcJuying.js

@ -82,7 +82,6 @@ function jiekouyiji() {
}
var html = JSON.parse(request(listurl, { headers: { 'User-Agent': api_ua }, timeout:xunmitimeout*1000 }));
log(html)
var list = html.list;
//log(list);
let videolist = list.map((list)=>{
@ -115,6 +114,7 @@ function jiekouyiji() {
}
});
videolist = videolist.filter(n => n);
log(videolist)
d = d.concat(videolist);
//const categorys = ['电视剧','电影','动漫','综艺','纪录片'];

Loading…
Cancel
Save