test ytdl

This commit is contained in:
edbrz9 2022-12-29 12:42:54 +01:00
parent 2a7a36e5dc
commit 6c4fb15d33
1 changed files with 6 additions and 0 deletions

View File

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