Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.anime-downloader.enable

Whether to enable anime-downloader.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.anime-downloader.package

The anime-downloader package to use.

Type: null or package

Default:

pkgs.anime-downloader

Declared by:

programs.anime-downloader.settings

Configuration settings for anime-downloader. All available options can be found here: https://anime-downlader.readthedocs.io/en/latest/usage/config.html#config-json.

Type: JSON value

Default:

{ }

Example:

{
  dl = {
    aria2c_for_torrents = false;
    chunk_size = "10";
    download_dir = ".";
    external_downloader = "{aria2}";
    fallback_qualities = [
      "720p"
      "480p"
      "360p"
    ];
    file_format = "{anime_title}/{anime_title}_{ep_no}";
    force_download = false;
    player = null;
    provider = "twist.moe";
    quality = "1080p";
    skip_download = false;
    url = false;
  };
}

Declared by: