Skip to content

Instantly share code, notes, and snippets.

@MatthewHallCom
Created July 16, 2022 18:33
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 MatthewHallCom/98586e376d88106a4e7ac5f8fdb724c2 to your computer and use it in GitHub Desktop.
Save MatthewHallCom/98586e376d88106a4e7ac5f8fdb724c2 to your computer and use it in GitHub Desktop.
Matt's yt-dlp args.conf
## args
--output '/downloads/%(uploader)s [%(uploader_id)s]/%(title)s [%(id)s].%(ext)s'
## Geo Restriction
--geo-bypass
## Video Selection
--playlist-end '16'
--match-filter '!is_live'
## Download Options
--abort-on-unavailable-fragment
--playlist-reverse
## Filesystem Options
--windows-filenames
--no-part
--no-cache-dir
## Verbosity / Simulation Options
--no-progress
## Workarounds
--sleep-requests '1'
## Video Format Options
--merge-output-format 'mp4'
## Subtitle Options
--sub-langs 'all,-live_chat'
## Post-Processing Options
--embed-subs
--embed-thumbnail
--embed-metadata
--convert-subs 'srt'
## SponsorBlock Options
--sponsorblock-mark 'all'
## Write Metadata for Plex
--write-thumbnail
--add-metadata
--write-info-json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment