nicovideo: add audio filename

This commit is contained in:
Tyler Lafayette 2023-06-22 17:29:59 +08:00
parent 4015799fdb
commit 193e8225bf

View File

@ -125,6 +125,7 @@ export default async function(obj) {
return {
urls: playlistUri,
isM3U8: true,
filename: `nicovideo_${obj.id}.mp4`
filename: `nicovideo_${obj.id}.mp4`,
audioFilename: `nicovideo_${obj.id}_audio`
}
}