tensorkelechi commited on
Commit
def4cb3
·
verified ·
1 Parent(s): 023ef49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -19,8 +19,7 @@ st.set_page_config(
19
  )
20
 
21
  def youtube_video_downloader(url):
22
- yt_vid
23
- = YouTube(url)
24
  title = yt_vid.title
25
  vid_dld = (
26
  yt_vid.streams.filter(progressive=True, file_extension="mp4")
 
19
  )
20
 
21
  def youtube_video_downloader(url):
22
+ yt_vid = YouTube(url)
 
23
  title = yt_vid.title
24
  vid_dld = (
25
  yt_vid.streams.filter(progressive=True, file_extension="mp4")