Merge branch 'main' into patch-5

This commit is contained in:
tcely 2025-01-30 13:47:16 -05:00 committed by GitHub
commit eb37df4e5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,6 +222,12 @@ def download_media(
'writesubtitles': write_subtitles, 'writesubtitles': write_subtitles,
'writeautomaticsub': auto_subtitles, 'writeautomaticsub': auto_subtitles,
'subtitleslangs': sub_langs.split(','), 'subtitleslangs': sub_langs.split(','),
'writethumbnail': True,
'check_formats': False,
'overwrites': None,
'sleep_interval': 30,
'max_sleep_interval': 600,
'sleep_interval_requests': 30,
'paths': opts.get('paths', dict()), 'paths': opts.get('paths', dict()),
'postprocessor_args': opts.get('postprocessor_args', dict()), 'postprocessor_args': opts.get('postprocessor_args', dict()),
'progress_hooks': opts.get('progress_hooks', list()), 'progress_hooks': opts.get('progress_hooks', list()),