UrbanGabru Hair Wax : Zero to Infinity- Strong Hold | Volume | Hair Style 100 GM

No comments:

Post a Comment

from pytube import YouTube # Ask for the video URL from the user url = input("Enter the YouTube video URL: ") # Create a YouTube object from the URL yt = YouTube(url) # Get the 720p stream stream = yt.streams.filter(res="720p").first() # Download the video print("Downloading...") stream.download() print("Download completed!")