GilbertClaus commited on
Commit
7a6de33
·
1 Parent(s): 9b86cb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,5 +31,5 @@ if selected:
31
  session(video_info, video_file, cut)
32
  else:
33
  if st.button(f"Download {selected}"):
34
- video_info, video_file = yt_down(video_link, resolution, start_time, end_time)
35
  session(video_info, video_file, cut)
 
31
  session(video_info, video_file, cut)
32
  else:
33
  if st.button(f"Download {selected}"):
34
+ video_info, video_file = fungsi(video_link, resolution)
35
  session(video_info, video_file, cut)