Spaces:
Runtime error
Runtime error
Rehman1603
commited on
Commit
•
3b1ac0c
1
Parent(s):
9d4d7ca
Update Download_Video.py
Browse files- Download_Video.py +1 -1
Download_Video.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import pytube
|
2 |
-
|
3 |
def download_video(url):
|
4 |
yt=pytube.YouTube(url)
|
5 |
video_files=yt.streams.first()
|
|
|
1 |
import pytube
|
2 |
+
|
3 |
def download_video(url):
|
4 |
yt=pytube.YouTube(url)
|
5 |
video_files=yt.streams.first()
|