mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-03 05:21:16 +00:00
added file metadata to videos & fixed youtube dubs
This commit is contained in:
@@ -21,7 +21,6 @@ export default async function(obj) {
|
||||
|
||||
return {
|
||||
urls: [video[0]["baseUrl"], audio[0]["baseUrl"]],
|
||||
time: streamData.data.timelength,
|
||||
audioFilename: `bilibili_${obj.id}_audio`,
|
||||
filename: `bilibili_${obj.id}_${video[0]["width"]}x${video[0]["height"]}.mp4`
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user