From 17e4dfe67cddffe554993b18d825e8319cfec253 Mon Sep 17 00:00:00 2001 From: jevons0411 Date: Thu, 11 Aug 2022 19:59:30 +0800 Subject: [PATCH] Update SrcJyXunmi.js --- SrcJyXunmi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcJyXunmi.js b/SrcJyXunmi.js index f258fd48..bd9438e0 100644 --- a/SrcJyXunmi.js +++ b/SrcJyXunmi.js @@ -275,7 +275,7 @@ function xunmi(name,data) { for(let i in videos){ let id = xpath(videos[i],`//video/id/text()`).trim(); let name = xpath(videos[i],`//video/name/text()`).match(/\[.*\[(.*?)\]\.*]/)[1]; - let pic = xpath(videos[i],`//video/pic/text()`).trim(); + let pic = String(xpath(videos[i],`//video/pic/text()`)); let note = xpath(videos[i],`//video/note/text()`).match(/\[.*\[(.*?)\]\.*]/)[1]; xmllist.push({"vod_id":id,"vod_name":name,"vod_remarks":note,"vod_pic":pic}) }