Chrunos commited on
Commit
4496e00
·
verified ·
1 Parent(s): b812710

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -246,9 +246,9 @@ async def download_video_max_quality(request: Request, payload: MaxDownloadReque
246
  'outtmpl': str(file_path_stem.with_suffix('.%(ext)s')),
247
  'merge_output_format': 'mp4', # Merge into MP4 container
248
  'noplaylist': True,
249
- 'quiet': False,
250
- 'verbose': True,
251
- 'noprogress': False
252
  }
253
  if os.path.exists(COOKIE_FILE):
254
  ydl_opts['cookiefile'] = COOKIE_FILE
 
246
  'outtmpl': str(file_path_stem.with_suffix('.%(ext)s')),
247
  'merge_output_format': 'mp4', # Merge into MP4 container
248
  'noplaylist': True,
249
+ 'quiet': True,
250
+ #'verbose': True,
251
+ 'noprogress': True
252
  }
253
  if os.path.exists(COOKIE_FILE):
254
  ydl_opts['cookiefile'] = COOKIE_FILE