Dashboard
Restart youtube-dl
Edit
Args
Archive
Channels
Download
Jeeaaasus
youtube-dl
Args.conf
### Global yt-dlp options for Eggman's YouTube library. ## args --output '/downloads/%(uploader)s/%(title)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 --ignore-no-formats-error --newline --progress-delta '10' ## Workarounds --sleep-requests '1' ## Video Format Options # Prefer exactly 720p H.264 plus AAC audio for Apple TV. If 720p is absent, # take the smallest available resolution above 720p (normally 1080p) for Tdarr # to downscale. A lower resolution is used only when no 720p-or-higher source # exists. --format 'bv*[height=720][vcodec^=avc1]+ba[acodec^=mp4a]/b[height=720][vcodec^=avc1][acodec^=mp4a]/bv*[height>=720]+ba/b[height>=720]/bv*[height<720]+ba/b[height<720]' --format-sort '+res,codec:avc:m4a' --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'