mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-08 03:43:44 +08:00
[pbs] specify audio only format
This commit is contained in:
@@ -79,7 +79,7 @@ class PBSIE(InfoExtractor):
|
||||
'url': base_url+'/'+filename,
|
||||
'protocol': 'm3u8',
|
||||
'ext': 'mp4',
|
||||
'format_note': codecs,
|
||||
'format_note': 'Audio only' if codecs.split('.')[0] == 'mp4a' else 'Video',
|
||||
'quality': int(bandwidth),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user