fixup: missed a comma

This commit is contained in:
tcely 2025-01-29 14:50:39 -05:00 committed by GitHub
parent f59946e874
commit 7a9ab47d9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,7 +209,7 @@ def download_media(url, media_format, extension, output_file, info_json,
'subtitleslangs': sub_langs.split(','),
'paths': opts.get('paths', dict()),
'postprocessors': opts.get('postprocessors', list()),
'postprocessor_args': opts.get('postprocessor_args', dict())
'postprocessor_args': opts.get('postprocessor_args', dict()),
'progress_hooks': opts.get('progress_hooks', list()),
}
output_dir = os.path.dirname(output_file)