Spaces:
Running
Running
Update app.py
Browse files
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")
|