Skip to content

Instantly share code, notes, and snippets.

@pavelbinar
Last active June 7, 2016 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavelbinar/37f608014f8646ad212a19c29d8046b7 to your computer and use it in GitHub Desktop.
Save pavelbinar/37f608014f8646ad212a19c29d8046b7 to your computer and use it in GitHub Desktop.
Download MP3 from YouTube
# Source: https://askubuntu.com/questions/178481/how-to-download-an-mp3-track-from-a-youtube-video
youtube-dl --extract-audio --audio-format mp3 <video URL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment