PierreHanna commited on
Commit
bab7cec
1 Parent(s): 5236820

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def download_audio(id_video):
25
  id = id_video.split("?v=")[-1][:11]
26
  audio_file = download_audio_(id_video)
27
  audio_file = audio_file+'.mp3'
28
- embed_html_all = embed_html1 + id +embed_html2
29
  return audio_file, audio_file, embed_html_all
30
 
31
  def process_url(input_path):
 
25
  id = id_video.split("?v=")[-1][:11]
26
  audio_file = download_audio_(id_video)
27
  audio_file = audio_file+'.mp3'
28
+ embed_html_all = YT_embed_html1 + id + YT_embed_html2
29
  return audio_file, audio_file, embed_html_all
30
 
31
  def process_url(input_path):