from pytube import YouTubeyt = YouTube("https://youtu.be/Yrc6loLHSFw")video = yt.streams.first()video.download('vid')