Skip to content

Instantly share code, notes, and snippets.

@koox00
Created March 23, 2024 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koox00/5d524f9f89d5fe1e165eb7c051381548 to your computer and use it in GitHub Desktop.
Save koox00/5d524f9f89d5fe1e165eb7c051381548 to your computer and use it in GitHub Desktop.
Configuration for yt-dlp
--ignore-errors
--format bestaudio
--add-metadata
--extract-audio
--audio-format mp3
--audio-quality 0
--yes-playlist
--split-chapters
-o '~/Music/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment