MyNixOS website logo

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.

Declarations
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'";
}