mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-10 03:28:49 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
030a5713e6
@ -1603,6 +1603,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
# Youtube throttles chunks >~10M
|
# Youtube throttles chunks >~10M
|
||||||
'http_chunk_size': 10485760,
|
'http_chunk_size': 10485760,
|
||||||
}
|
}
|
||||||
|
if dct.get('ext'):
|
||||||
|
dct['container'] = dct['ext'] + '_dash'
|
||||||
formats.append(dct)
|
formats.append(dct)
|
||||||
|
|
||||||
hls_manifest_url = streaming_data.get('hlsManifestUrl')
|
hls_manifest_url = streaming_data.get('hlsManifestUrl')
|
||||||
|
Loading…
Reference in New Issue
Block a user