File size: 140 Bytes
bd561a7
 
 
1
2
3
from pytube import YouTube
yt = YouTube('https://www.youtube.com/watch?v=y86pOvtHJUE')
yt.streams.filter(only_audio=True).first().download()