mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 23:02:40 +00:00
[bandcamp] Detect acodec
This commit is contained in:
parent
a10aa588b0
commit
933dbf5a55
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ def _real_extract(self, url):
|
|||
'format_note': f.get('description'),
|
||||
'filesize': parse_filesize(f.get('size_mb')),
|
||||
'vcodec': 'none',
|
||||
'acodec': format_id.split('-')[0],
|
||||
})
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
|
Loading…
Reference in a new issue