Spaces:
Runtime error
Runtime error
yiyixuxu
commited on
Commit
•
6f4e163
1
Parent(s):
e572140
typo
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def download_video(url):
|
|
61 |
# by default select 480p and .mp4
|
62 |
format, format_id, fps = select_video_format(url)
|
63 |
if format_id is not None:
|
64 |
-
|
65 |
'format':format_id,
|
66 |
'outtmpl': "videos/%(id)s.%(ext)s"}
|
67 |
|
|
|
61 |
# by default select 480p and .mp4
|
62 |
format, format_id, fps = select_video_format(url)
|
63 |
if format_id is not None:
|
64 |
+
ydl_opts = {
|
65 |
'format':format_id,
|
66 |
'outtmpl': "videos/%(id)s.%(ext)s"}
|
67 |
|