Skip to content

Instantly share code, notes, and snippets.

@abijith-kp
Created August 27, 2014 02:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abijith-kp/373b8fecad11a4ef6bbe to your computer and use it in GitHub Desktop.
Save abijith-kp/373b8fecad11a4ef6bbe to your computer and use it in GitHub Desktop.
give a video link as input to download mp3 from all sites supported by youtube-dl
#!/bin/bash
youtube-dl --extract-audio --audio-format mp3 "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment