Skip to content

Instantly share code, notes, and snippets.

@electron0zero
Forked from jebog/youtube-mp3.sh
Created September 30, 2017 14:06
Show Gist options
  • Select an option

  • Save electron0zero/ec6a2733cac0f05b695fd7d138c37855 to your computer and use it in GitHub Desktop.

Select an option

Save electron0zero/ec6a2733cac0f05b695fd7d138c37855 to your computer and use it in GitHub Desktop.
Download and Add Metadata to MP3 with Youtube-dl
youtube-dl -x --continue --add-metadata --embed-thumbnail --audio-format mp3 --audio-quality 0 --metadata-from-title="%(artist)s - %(title)s" --prefer-ffmpeg -o "%(title)s.%(ext)s" $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment