Skip to content

Instantly share code, notes, and snippets.

@dewomser
Created August 29, 2022 18:50
Show Gist options
  • Save dewomser/746fb38b209c9bbfddc20af577cd06a6 to your computer and use it in GitHub Desktop.
Save dewomser/746fb38b209c9bbfddc20af577cd06a6 to your computer and use it in GitHub Desktop.
Musik-yt download mit Metadata
yt-dlp --ignore-errors --format bestaudio --extract-audio --audio-format mp3 --audio-quality 160K --output "%(title)s.%(ext)s" --yes-playlist --embed-metadata '%u'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment