Spaces:
Sleeping
Sleeping
WildKratts
commited on
Commit
·
d9baaaf
1
Parent(s):
e741085
ffmpeg location removed
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def download_audio(url, output_file):
|
|
44 |
'preferredcodec': 'mp3',
|
45 |
'preferredquality': '192'
|
46 |
}],
|
47 |
-
'ffmpeg_location': "C:/ffmpeg/bin"
|
48 |
}
|
49 |
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
|
50 |
ydl.download([url])
|
|
|
44 |
'preferredcodec': 'mp3',
|
45 |
'preferredquality': '192'
|
46 |
}],
|
47 |
+
#'ffmpeg_location': "C:/ffmpeg/bin"
|
48 |
}
|
49 |
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
|
50 |
ydl.download([url])
|