mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-14 01:08:27 +00:00
nicovideo: add audio filename
This commit is contained in:
parent
4015799fdb
commit
193e8225bf
@ -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`
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user