[peertube] Recognize audio-only formats (closes #27295)

pull/27360/head
Sergey M․ 4 years ago
parent e147619669
commit 51579d87e4
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -541,6 +541,8 @@ class PeerTubeIE(InfoExtractor):
'format_id': format_id,
'filesize': file_size,
})
if format_id == '0p':
f['vcodec'] = 'none'
formats.append(f)
self._sort_formats(formats)

Loading…
Cancel
Save