Chrunos commited on
Commit
16ff140
·
verified ·
1 Parent(s): 7f26126

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -242,7 +242,7 @@ async def download_video_max_quality(request: Request, payload: MaxDownloadReque
242
 
243
  # --- yt-dlp Options for Video Download ---
244
  ydl_opts = {
245
- 'format': 625, #format_selector,
246
  'outtmpl': str(file_path_stem.with_suffix('.%(ext)s')),
247
  'merge_output_format': 'mp4', # Merge into MP4 container
248
  'noplaylist': True,
 
242
 
243
  # --- yt-dlp Options for Video Download ---
244
  ydl_opts = {
245
+ 'format': '625', #format_selector,
246
  'outtmpl': str(file_path_stem.with_suffix('.%(ext)s')),
247
  'merge_output_format': 'mp4', # Merge into MP4 container
248
  'noplaylist': True,