mirror of
https://github.com/qist/tvbox.git
synced 2025-11-03 05:32:32 +00:00
update ALL
This commit is contained in:
@@ -114,7 +114,7 @@ class AiYingShiSpider extends Spider {
|
||||
vodShort.vod_id = $(item).find(".video-serial")[0].attribs.href;
|
||||
vodShort.vod_name = $(item).find(".video-serial")[0].attribs.title;
|
||||
vodShort.vod_pic = $(item).find(".module-item-pic > img")[0].attribs['data-src']
|
||||
vodShort.vod_remarks = '';
|
||||
vodShort.vod_remarks = $($(item).find(".video-serial")[0]).text();
|
||||
vod_list.push(vodShort);
|
||||
}
|
||||
return vod_list
|
||||
|
||||
Reference in New Issue
Block a user