mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 02:32:44 +01:00
[bbc] Set vcodec to none for audio formats
This commit is contained in:
parent
b507cc925b
commit
bbc26c8a01
@ -328,6 +328,7 @@ def _extract_audio(self, media, programme_id):
|
||||
'format_id': '%s_%s' % (service, format['format_id']),
|
||||
'abr': abr,
|
||||
'acodec': acodec,
|
||||
'vcodec': 'none',
|
||||
})
|
||||
formats.extend(conn_formats)
|
||||
return formats
|
||||
|
Loading…
Reference in New Issue
Block a user