MyNixOS website logo
option

services.ytdl-sub.instances.<name>.config

Configuration for ytdl-sub. See https://ytdl-sub.readthedocs.io/en/latest/config_reference/config_yaml.html for more information.

Declarations
Type
YAML value
Default
{ }
Example
{
  presets = {
    "YouTube Playlist" = {
      download = "{subscription_value}";
      output_options = {
        file_name = "{channel}/{playlist_title}/{playlist_index_padded}_{title}.{ext}";
        maintain_download_archive = true;
        output_directory = "YouTube";
      };
    };
  };
}