1
0
Fork 0

[downloader] Pass info_dict to progress_hooks

This commit is contained in:
pukkandan 2021-07-21 22:58:43 +05:30
commit 3ba7740dd8
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
13 changed files with 36 additions and 28 deletions

View file

@ -29,7 +29,7 @@ class DashSegmentsFD(FragmentFD):
if real_downloader:
self._prepare_external_frag_download(ctx)
else:
self._prepare_and_start_frag_download(ctx)
self._prepare_and_start_frag_download(ctx, info_dict)
fragments_to_download = []
frag_index = 0