Configuration settings for anime-downloader. All available options can be found here: https://anime-downlader.readthedocs.io/en/latest/usage/config.html#config-json.
Declarations
Type
JSON valueDefault
{ }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;
};
}