mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-02 19:36:47 +01:00
[dash] Fix aria2c dash downloads
Bug in adbc4ec4bbfbe57842049cf9194384480f534859
This commit is contained in:
parent
fa9f30b802
commit
4273cc776d
@ -47,7 +47,7 @@ class DashSegmentsFD(FragmentFD):
|
||||
if real_downloader:
|
||||
self.to_screen(
|
||||
'[%s] Fragment downloads will be delegated to %s' % (self.FD_NAME, real_downloader.get_basename()))
|
||||
info_dict['fragments'] = fragments_to_download
|
||||
info_dict['fragments'] = list(fragments_to_download)
|
||||
fd = real_downloader(self.ydl, self.params)
|
||||
return fd.real_download(filename, info_dict)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user