mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +00:00
fixup: missed a comma
This commit is contained in:
parent
f59946e874
commit
7a9ab47d9b
@ -209,7 +209,7 @@ def download_media(url, media_format, extension, output_file, info_json,
|
|||||||
'subtitleslangs': sub_langs.split(','),
|
'subtitleslangs': sub_langs.split(','),
|
||||||
'paths': opts.get('paths', dict()),
|
'paths': opts.get('paths', dict()),
|
||||||
'postprocessors': opts.get('postprocessors', list()),
|
'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()),
|
'progress_hooks': opts.get('progress_hooks', list()),
|
||||||
}
|
}
|
||||||
output_dir = os.path.dirname(output_file)
|
output_dir = os.path.dirname(output_file)
|
||||||
|
Loading…
Reference in New Issue
Block a user