Created
July 24, 2024 20:31
-
-
Save turikhay/a2b8bfbb1a1de7f1a98a68566a9166ff to your computer and use it in GitHub Desktop.
yt-dlp mp3 download template
This file contains 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
yt-dlp -x \ | |
--audio-format mp3 \ | |
--embed-metadata \ | |
--embed-thumbnail \ | |
"https://..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment