diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-07-21 22:58:43 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-07-22 04:30:11 +0530 |
commit | 3ba7740dd841ebcfe8f47612eac30d3b470fa93d (patch) | |
tree | 3c7df3c6d545e2d9b5006b66d807cee3501068ba /yt_dlp/YoutubeDL.py | |
parent | 29b208f6f9cc7b1c33d32c960e71f4b27eaa1d77 (diff) | |
download | hypervideo-pre-3ba7740dd841ebcfe8f47612eac30d3b470fa93d.tar.lz hypervideo-pre-3ba7740dd841ebcfe8f47612eac30d3b470fa93d.tar.xz hypervideo-pre-3ba7740dd841ebcfe8f47612eac30d3b470fa93d.zip |
[downloader] Pass `info_dict` to `progress_hook`s
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 2a7c05374..0cba95bb6 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -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: |