Spaces:
Runtime error
Runtime error
Rehman1603
commited on
Commit
•
9d4d7ca
1
Parent(s):
f4d7b84
Update Download_Video.py
Browse filesthis function is used to download a video from youtube by their link
- 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()
|