mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-01 07:58:00 +09:00
[downloader/dash] make initialization_url optional
This commit is contained in:
parent
c11875b328
commit
a1a22572fb
@ -40,6 +40,7 @@ class DashSegmentsFD(FileDownloader):
|
||||
return '%s%s%s' % (base_url, '' if base_url.endswith('/') else '/', target_url)
|
||||
|
||||
with open(tmpfilename, 'wb') as outf:
|
||||
if info_dict.get('initialization_url'):
|
||||
append_url_to_file(
|
||||
outf, combine_url(base_url, info_dict['initialization_url']),
|
||||
'initialization segment')
|
||||
|
Loading…
Reference in New Issue
Block a user