/args.conf Secret
Created
July 16, 2022 18:33
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