Skip to content

Instantly share code, notes, and snippets.

@Nikeshsuwal
Last active February 24, 2016 04:52
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 Nikeshsuwal/598a0ba3624e1f6b005d to your computer and use it in GitHub Desktop.
Save Nikeshsuwal/598a0ba3624e1f6b005d to your computer and use it in GitHub Desktop.
Install youtube-dl and ffmpeg
Open terminal adn then running command below :
youtube-dl youtube-url --extract-audio --audio-format mp3
To convert a YouTube video to mp3, runing this command on terminal:
youtube-dl youtube-url --extract-audio --audio-format mp3
Example:
youtube-dl http://www.youtube.com/watch?v=QGJuMBdaqIw --extract-audio --audio-format mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment