Skip to content

Instantly share code, notes, and snippets.

@Loknar
Last active August 29, 2015 14:23
Show Gist options
  • Save Loknar/8485f711961a53e9f78a to your computer and use it in GitHub Desktop.
Save Loknar/8485f711961a53e9f78a to your computer and use it in GitHub Desktop.
youtube-dl-mp3()
{
youtube-dl --extract-audio --audio-format mp3 --output "~/Music/youtube-downloads/%(title)s.(ext)s" $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment