Update app.py
Browse files
app.py
CHANGED
@@ -65,6 +65,9 @@ def download_yt_audio_api(youtube_id: str) -> Path:
|
|
65 |
file_name = path / f'{file_name}.webm'
|
66 |
with open(file_name, 'wb') as f:
|
67 |
f.write(response.content)
|
|
|
|
|
|
|
68 |
return file_name
|
69 |
|
70 |
|
|
|
65 |
file_name = path / f'{file_name}.webm'
|
66 |
with open(file_name, 'wb') as f:
|
67 |
f.write(response.content)
|
68 |
+
print('===========================================')
|
69 |
+
print(' API API APIAPI API API API API API API')
|
70 |
+
print('===========================================')
|
71 |
return file_name
|
72 |
|
73 |
|