Skip to content

Instantly share code, notes, and snippets.

@raspberrypisig
Forked from jebog/youtube-mp3.sh
Created June 11, 2022 11:47
Show Gist options
  • Save raspberrypisig/41ec6250a0a2871087fc923b53966972 to your computer and use it in GitHub Desktop.
Save raspberrypisig/41ec6250a0a2871087fc923b53966972 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