Skip to content

Instantly share code, notes, and snippets.

@erdum
Last active September 14, 2023 06:53
Show Gist options
  • Save erdum/6eca864fa69ed642232f321ab72f323e to your computer and use it in GitHub Desktop.
Save erdum/6eca864fa69ed642232f321ab72f323e to your computer and use it in GitHub Desktop.
Download highest quality audio of YouTube video
from pytube import YouTube
yt = YouTube('http://youtube.com/watch?v=2lAe1cqCOXo')
yt.streams.get_audio_only().download(filename="test.mp3")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment