From eb2eae79a17010840eea71b9c0bce8736cc9675f Mon Sep 17 00:00:00 2001 From: FongMi Date: Wed, 19 Jul 2023 17:18:39 +0800 Subject: [PATCH] Update czzy_open.js --- open/czzy_open.js | 1 + 1 file changed, 1 insertion(+) diff --git a/open/czzy_open.js b/open/czzy_open.js index 6477338..0415f04 100644 --- a/open/czzy_open.js +++ b/open/czzy_open.js @@ -133,6 +133,7 @@ async function detail(id) { const detail = $('ul.moviedteail_list > li'); let vod = { vod_id: id, + vod_name: $('div.moviedteail_tt > h1').text().trim(), vod_pic: $('div.dyimg img:first').attr('src'), vod_remarks: '', vod_content: stripHtmlTag($('div.yp_context').html()).trim(),