Skip to content

Instantly share code, notes, and snippets.

@jhargis
Forked from rugbyprof/youtubedl.mp3.sh
Created March 22, 2017 19:01
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 jhargis/55e563cffa92d94d74056403fee980f0 to your computer and use it in GitHub Desktop.
Save jhargis/55e563cffa92d94d74056403fee980f0 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