Skip to content

Instantly share code, notes, and snippets.

@macbre
Created June 14, 2019 17:57
Show Gist options
  • Save macbre/ce3a247c504153f2da7aa312cd2b2ea3 to your computer and use it in GitHub Desktop.
Save macbre/ce3a247c504153f2da7aa312cd2b2ea3 to your computer and use it in GitHub Desktop.
Fetch audio from YouTube video
#!/bin/bash
youtube-dl --extract-audio --audio-format mp3 -o "%(title)s.%(ext)s" "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment