Rehman1603 commited on
Commit
9d4d7ca
1 Parent(s): f4d7b84

Update Download_Video.py

Browse files

this function is used to download a video from youtube by their link

Files changed (1) hide show
  1. 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()