Skip to content

Instantly share code, notes, and snippets.

@xbalaji
Last active August 11, 2017 19:33
Show Gist options
  • Save xbalaji/2607ea2747978e1526899896af116df4 to your computer and use it in GitHub Desktop.
Save xbalaji/2607ea2747978e1526899896af116df4 to your computer and use it in GitHub Desktop.
youtube download audio
Install youtube download from https://rg3.github.io/youtube-dl/download.html
Install ffmpeg on your system
youtube-dl --extract-audio --audio-format mp3 -f bestaudio <youtube-url>
sometimes file names are too long.. use
youtube-dl --extract-audio --audio-format mp3 -f bestaudio 'https://www.youtube.com/watch?v=owJojkB3MHk' -o "sivaji_sad_songs2.%(ext)s"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment