import youtube_dl ydl = youtube_dl.YoutubeDL() ydl.download(["https://www.youtube.com/watch?v=Gid6DXoj2Cg"]) print("hello from python")