Spaces:
Runtime error
Runtime error
Campfireman
commited on
Commit
·
7405ff0
1
Parent(s):
0ea62da
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ global temp_addr
|
|
14 |
temp_addr = "/yt_download/" + str(datetime.datetime.now())
|
15 |
|
16 |
def clean_up():
|
17 |
-
|
18 |
os.mkdir("/yt_download")
|
19 |
|
20 |
def convert_video_to_audio_ffmpeg(video_file, output_ext="mp3"):
|
|
|
14 |
temp_addr = "/yt_download/" + str(datetime.datetime.now())
|
15 |
|
16 |
def clean_up():
|
17 |
+
os.rmdir("/yt_download")
|
18 |
os.mkdir("/yt_download")
|
19 |
|
20 |
def convert_video_to_audio_ffmpeg(video_file, output_ext="mp3"):
|