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, };