mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
commit
b83d4fa739
@ -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,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user