mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +00:00
Merge pull request #600 from tcely/patch-6
Do not log download progress lines by default
This commit is contained in:
commit
2591e384b4
@ -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