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
Post a Comment