Skip to content

Instantly share code, notes, and snippets.

@turikhay
Created July 24, 2024 20:31
Show Gist options
  • Save turikhay/a2b8bfbb1a1de7f1a98a68566a9166ff to your computer and use it in GitHub Desktop.
Save turikhay/a2b8bfbb1a1de7f1a98a68566a9166ff to your computer and use it in GitHub Desktop.
yt-dlp mp3 download template
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