mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[bbc] Set vcodec to none for audio formats
This commit is contained in:
parent
b507cc925b
commit
bbc26c8a01
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue