Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1330,7 +1330,6 @@ def download_video(video_url, download_path, info_dict, download_video_flag):
|
|
| 1330 |
'format': 'bestvideo[ext=mp4]+bestaudio[ext=m4a]',
|
| 1331 |
'outtmpl': video_file_path,
|
| 1332 |
'ffmpeg_location': ffmpeg_path
|
| 1333 |
-
'merge_output_format': 'mp4',
|
| 1334 |
}
|
| 1335 |
|
| 1336 |
retry_attempts = 3
|
|
|
|
| 1330 |
'format': 'bestvideo[ext=mp4]+bestaudio[ext=m4a]',
|
| 1331 |
'outtmpl': video_file_path,
|
| 1332 |
'ffmpeg_location': ffmpeg_path
|
|
|
|
| 1333 |
}
|
| 1334 |
|
| 1335 |
retry_attempts = 3
|