Skip to content

Instantly share code, notes, and snippets.

@yazinnnn
Forked from jebog/youtube-mp3.sh
Created December 17, 2022 06:28
Show Gist options
  • Save yazinnnn/0d63b9637be4bb16d64b556c506affa1 to your computer and use it in GitHub Desktop.
Save yazinnnn/0d63b9637be4bb16d64b556c506affa1 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