Maslax Ali
feat: personal stuff
bd561a7
raw
history blame contribute delete
140 Bytes
from pytube import YouTube
yt = YouTube('https://www.youtube.com/watch?v=y86pOvtHJUE')
yt.streams.filter(only_audio=True).first().download()