|
|
|
@ -546,7 +546,8 @@ function getYiData(jkdata) { |
|
|
|
|
} |
|
|
|
|
let vodlist = executeDynamicCode(); |
|
|
|
|
vodlist.forEach(it=>{ |
|
|
|
|
lists.push({"vod_id":it.url,"vod_name":it.title,"vod_remarks":it.desc||"","vod_pic":it.img||""}); |
|
|
|
|
let vodUrl = /fyid/.test(vodurlhead)?vodurlhead.replace('fyid',it.url):vodurlhead+it.url; |
|
|
|
|
lists.push({"vod_id":vodUrl,"vod_name":it.title,"vod_remarks":it.desc||"","vod_pic":it.img||""}); |
|
|
|
|
}) |
|
|
|
|
}else if(/^json:/.test(dws[0])){ |
|
|
|
|
let gethtml = request(MY_URL, { headers: headers, timeout:5000 }); |
|
|
|
|