test ytdl
This commit is contained in:
parent
2a7a36e5dc
commit
6c4fb15d33
|
@ -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")
|
Loading…
Reference in New Issue