programs.yt-dlp.settings

Home-Manager option

Configuration written to $XDG_CONFIG_HOME/yt-dlp/config. Options must be specified in their “long form”, for example, update = true; instead of U = true;. Short options can be specified in the extraConfig option. See https://github.com/yt-dlp/yt-dlp#configuration for explanation about possible values.

type: attribute set of (boolean or signed integer or string)
Default
{ }
Example
{ embed-thumbnail = true; embed-subs = true; sub-langs = "all"; downloader = "aria2c"; downloader-args = "aria2c:'-c -x8 -s8 -k1M'"; }
declared in: <home-manager/modules/programs/yt-dlp.nix>source unavailable