mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 03:08:30 +00:00
tiktok: fix author username missing in filename
This commit is contained in:
parent
7189ea21bc
commit
66546ff79b
@ -45,7 +45,7 @@ export default async function(obj) {
|
||||
const detail = data["__DEFAULT_SCOPE__"]["webapp.video-detail"]["itemInfo"]["itemStruct"]
|
||||
|
||||
let video, videoFilename, audioFilename, audio, images,
|
||||
filenameBase = `tiktok_${detail.author.unique_id}_${postId}`,
|
||||
filenameBase = `tiktok_${detail.author.uniqueId}_${postId}`,
|
||||
bestAudio = 'm4a';
|
||||
|
||||
images = detail.imagePost?.images;
|
||||
|
Loading…
Reference in New Issue
Block a user