python download youtube audeio code example
Example 1: download youtube video in python
import YouTube from pytube
yt = YouTube(url)
t = yt.streams.filter(only_audio=True)
t[0].download(/path)
Example 2: python tutorial youtube
'''
Do what you want, Google if you don't know how to.
But if you really want a tutorial; https://www.youtube.com/watch?v=rfscVS0vtbw
'''