Skip to content

Instantly share code, notes, and snippets.

@sturmen
Last active January 23, 2024 15:42
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 sturmen/bcc14a51a5b3f26742dee50969215b51 to your computer and use it in GitHub Desktop.
Save sturmen/bcc14a51a5b3f26742dee50969215b51 to your computer and use it in GitHub Desktop.
Nick's youtube-dl Config File
# nick's yt-dlp config
--write-auto-sub
--embed-subs
--embed-metadata
--embed-chapters
# requires https://github.com/QuantumWarpCode/yt-dlp-dearrow
--use-postprocessor DeArrow:when=pre_process
--sponsorblock-remove sponsor,selfpromo
--prefer-free-formats
-o %(uploader)s-%(title)s[%(resolution)s].%(ext)s
--restrict-filenames
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment