mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
Merge branch 'main' into patch-5
This commit is contained in:
commit
eb37df4e5b
@ -222,6 +222,12 @@ def download_media(
|
||||
'writesubtitles': write_subtitles,
|
||||
'writeautomaticsub': auto_subtitles,
|
||||
'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()),
|
||||
'postprocessor_args': opts.get('postprocessor_args', dict()),
|
||||
'progress_hooks': opts.get('progress_hooks', list()),
|
||||
|
Loading…
Reference in New Issue
Block a user