Added Cover / Dynamic Cover to TiktokDL Results
This commit is contained in:
parent
a3f52ff459
commit
2f14b9a357
@ -22,6 +22,8 @@ export type DLResult = {
|
||||
favoriteCount: number
|
||||
}
|
||||
video?: string[]
|
||||
cover?: string[]
|
||||
dynamic_cover?: string[]
|
||||
images?: string[]
|
||||
music: string[]
|
||||
}
|
||||
|
||||
@ -69,6 +69,8 @@ export const TiktokDL = (url: string): Promise<DLResult> =>
|
||||
author,
|
||||
statistics,
|
||||
video: content.video.play_addr.url_list,
|
||||
cover: content.video.cover.url_list,
|
||||
dynamic_cover:content.video.dynamic_cover.url_list,
|
||||
music: content.music.play_url.url_list
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user