[downloader] Pass info_dict to progress_hooks
This commit is contained in:
parent
29b208f6f9
commit
3ba7740dd8
13 changed files with 36 additions and 28 deletions
|
|
@ -67,7 +67,7 @@ class ExternalFD(FileDownloader):
|
|||
'downloaded_bytes': fsize,
|
||||
'total_bytes': fsize,
|
||||
})
|
||||
self._hook_progress(status)
|
||||
self._hook_progress(status, info_dict)
|
||||
return True
|
||||
else:
|
||||
self.to_stderr('\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue