1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-03 04:03:30 +00:00

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

This commit is contained in:
Sergey M․
2020-12-05 04:41:33 +07:00
parent e147619669
commit 51579d87e4
+2
View File
@@ -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)