mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-20 04:20:09 +09:00
[youtube] fixup m4a_dash formats(closes #28165)
This commit is contained in:
parent
21e872b19a
commit
3037ab00c7
@ -1603,6 +1603,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
# Youtube throttles chunks >~10M
|
||||
'http_chunk_size': 10485760,
|
||||
}
|
||||
if dct.get('ext'):
|
||||
dct['container'] = dct['ext'] + '_dash'
|
||||
formats.append(dct)
|
||||
|
||||
hls_manifest_url = streaming_data.get('hlsManifestUrl')
|
||||
|
Loading…
Reference in New Issue
Block a user