mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Do not log download progress lines by default
When you set debugging, the default progress output can be viewed and/or logged, depending on the other options.
This commit is contained in:
parent
904c57f603
commit
b19614cc9f
@ -151,6 +151,7 @@ def download_media(url, media_format, extension, output_file, info_json,
|
||||
'outtmpl': os.path.basename(output_file),
|
||||
'quiet': False if settings.DEBUG else True,
|
||||
'verbose': True if settings.DEBUG else False,
|
||||
'noprogress': None if settings.DEBUG else True,
|
||||
'progress_hooks': [hook],
|
||||
'writeinfojson': info_json,
|
||||
'postprocessors': [],
|
||||
|
Loading…
Reference in New Issue
Block a user