Reset hook.download_progress before downloading

This commit is contained in:
tcely 2025-02-06 20:31:32 -05:00 committed by GitHub
parent 6d71c69878
commit 36a9902d26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -274,6 +274,9 @@ def download_media(
progress_hook_func = progress_hook.get('function', None)
if progress_hook_func:
hook = progress_hook.get('status', None)
if hook:
hook.download_progress = 0
ytopts['progress_hooks'].append(progress_hook_func)
codec_options = list()