Skip to content

Instantly share code, notes, and snippets.

@rugbyprof
Last active September 21, 2017 07:59
Show Gist options
  • Save rugbyprof/cbf245f10056d2bf0090 to your computer and use it in GitHub Desktop.
Save rugbyprof/cbf245f10056d2bf0090 to your computer and use it in GitHub Desktop.
youtube dl as mp3
youtube-dl --extract-audio --audio-format mp3 <video URL>
youtube-dl -i "<Youtube URL>" -o "%(title)s.%(ext)s" --extract-audio --audio-format "mp3" --audio-quality "192k"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment