[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
|
|
@ -39,7 +39,7 @@ class RtspFD(FileDownloader):
|
|||
'total_bytes': fsize,
|
||||
'filename': filename,
|
||||
'status': 'finished',
|
||||
})
|
||||
}, info_dict)
|
||||
return True
|
||||
else:
|
||||
self.to_stderr('\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue