mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-13 11:45:29 +00:00
acodec
This commit is contained in:
@@ -906,6 +906,7 @@ class NiconicoLiveIE(NiconicoBaseIE):
|
||||
abr = parse_bitrate(fmt['url'].lower())
|
||||
fmt.update({
|
||||
'abr': abr,
|
||||
'acodec': 'mp4a.40.2',
|
||||
'format_id': a_map.get(abr, fmt['format_id']),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user