-
-
Save electron0zero/ec6a2733cac0f05b695fd7d138c37855 to your computer and use it in GitHub Desktop.
Download and Add Metadata to MP3 with Youtube-dl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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