Skip to content

Commit 3037ab0

Browse files
committed
[youtube] fixup m4a_dash formats(closes ytdl-org#28165)
1 parent 21e872b commit 3037ab0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

youtube_dl/extractor/youtube.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1603,6 +1603,8 @@ def feed_entry(name):
16031603
# Youtube throttles chunks >~10M
16041604
'http_chunk_size': 10485760,
16051605
}
1606+
if dct.get('ext'):
1607+
dct['container'] = dct['ext'] + '_dash'
16061608
formats.append(dct)
16071609

16081610
hls_manifest_url = streaming_data.get('hlsManifestUrl')

0 commit comments

Comments
 (0)