2ch commited on
Commit
941eff1
·
verified ·
1 Parent(s): 0d4a981

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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