update ALL

This commit is contained in:
qist
2024-05-13 09:18:33 +08:00
parent d00445bc1f
commit 55034358cb
34 changed files with 708 additions and 522 deletions

View File

@@ -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