programs.yt-dlp.settings
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 or list 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'"; color = [ "stdout:no_color" "stderr:always" ]; }- Declared
- <home-manager/modules/programs/yt-dlp.nix>