Skip to content

Instantly share code, notes, and snippets.

@bwll
Created August 19, 2019 03:40
Show Gist options
  • Save bwll/1c4781d292128f0ca10d57914e219b42 to your computer and use it in GitHub Desktop.
Save bwll/1c4781d292128f0ca10d57914e219b42 to your computer and use it in GitHub Desktop.
Extract audio only from YouTube video using youtube-dl
youtube-dl -i ${URL} --extract-audio --audio-format mp3 --audio-quality 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment