Skip to content

Instantly share code, notes, and snippets.

@thiemo
Last active August 24, 2017 16:36
Show Gist options
  • Save thiemo/07c68448adc9db563f665a9f0b2d88c2 to your computer and use it in GitHub Desktop.
Save thiemo/07c68448adc9db563f665a9f0b2d88c2 to your computer and use it in GitHub Desktop.
How to download videos from Youtube and convert to mp3 locally on your machine

Downloading videos from Youtube and converting them to mp3 locally on your machine is basically a one line operation with the very nice tool youtube-dl which, if you are on a Mac, installs with homebrew brew install youtube-dl.

youtube-dl -x --audio-format mp3 'https://www.youtube.com/watch?t=4\&v=jLjfhGGuHZo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment