def descargar_video(url): yt = YouTube(url) yt.streams.get_highest_resolution().download() print("Video descargado")