2ch commited on
Commit
14511fc
·
verified ·
1 Parent(s): 2e90f5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def download_yt_audio(youtube_id: str) -> Path | None:
72
  return download_yt_audio_ytdlp(youtube_id)
73
  except Exception as e:
74
  print(e)
75
- return download_yt_audio_api(youtube_id)
76
 
77
 
78
  def audio_to_wav(input_file: Path) -> Path | None:
 
72
  return download_yt_audio_ytdlp(youtube_id)
73
  except Exception as e:
74
  print(e)
75
+ # return download_yt_audio_api(youtube_id)
76
 
77
 
78
  def audio_to_wav(input_file: Path) -> Path | None: