From da9c129339116f91c320a1f91bf43ee038a4d781 Mon Sep 17 00:00:00 2001 From: liangho-ng <1330326873@qq.com> Date: Tue, 16 Apr 2024 11:34:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=80=E5=8F=B3=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=87=BA=E7=8E=B0=E6=B2=A1=E6=9C=89=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tools.js b/apps/tools.js index 7b6fd7c..b86bbe7 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1424,7 +1424,7 @@ export class tools extends plugin { const shortVideoInfo = { authorName: videoAuthorMatch ? videoAuthorMatch[1] : '', title: videoTitleMatch ? videoTitleMatch[1] : '', - cover: videoCoverMatch ? videoCoverMatch[1] : '', + cover: videoCoverMatch ? videoCoverMatch[1] : '' || images[0], noWatermarkDownloadUrl: videoUrlMatch ? videoUrlMatch[1] : '', images, };