-
-
Save MatthewHallCom/98586e376d88106a4e7ac5f8fdb724c2 to your computer and use it in GitHub Desktop.
Matt's yt-dlp args.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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