download any youtube video

step1 : import pytube3 using  "pip install pytube3" comand.
step2 : In the highlight section you can put  your respected youtube videolink



from pytube import YouTube
YouTube("https://youtu.be/d4L1Pte7zVc").streams.first().download()

Comments

Popular posts from this blog

environment creation on python

what is good dataset?

Project 2: pdf extractor using python