[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
|
|
@ -322,6 +322,7 @@ class YoutubeDL(object):
|
|||
progress, with a dictionary with the entries
|
||||
* status: One of "downloading", "error", or "finished".
|
||||
Check this first and ignore unknown values.
|
||||
* info_dict: The extracted info_dict
|
||||
|
||||
If status is one of "downloading", or "finished", the
|
||||
following properties may also be present:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue