Skip to content

Instantly share code, notes, and snippets.

@romainl
Last active August 4, 2019 17:11
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 romainl/18204426ba8ded5bbf4c9af11ae5fbbc to your computer and use it in GitHub Desktop.
Save romainl/18204426ba8ded5bbf4c9af11ae5fbbc to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
cd ~/Music/_dl
youtube-dl \
--extract-audio \
--audio-format mp3 \
--audio-quality 0 \
--embed-thumbnail \
--output '%(title)s.%(ext)s' \
"$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment