Maslax Ali commited on
Commit
bd561a7
1 Parent(s): 8e936e9

feat: personal stuff

Browse files
Files changed (2) hide show
  1. music.zip +3 -0
  2. youtube.py +3 -0
music.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:928c1fbfa24bd9e9038390b07eae5adaebdc1d1bacaeddc420fde1b411b0f557
3
+ size 562376119
youtube.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from pytube import YouTube
2
+ yt = YouTube('https://www.youtube.com/watch?v=y86pOvtHJUE')
3
+ yt.streams.filter(only_audio=True).first().download()