Skip to content

Instantly share code, notes, and snippets.

@trungpv1601
Forked from rugbyprof/youtubedl.mp3.sh
Last active September 19, 2017 13:29
Show Gist options
  • Save trungpv1601/23fec44e684c9b889c6ea66be8d794fc to your computer and use it in GitHub Desktop.
Save trungpv1601/23fec44e684c9b889c6ea66be8d794fc 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"
youtube-dl --extract-audio --audio-format mp3 --audio-quality 0 URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment