Dictionaries
This file contains Python dictionaries used to store: - Alternative titles - Format cache - Title cache
alternative_titles_file
module-attribute
¶
alternative_titles_file: str = join(resources_path, 'alternative_titles.json')
format_cache_file
module-attribute
¶
format_cache_file: str = join(resources_path, 'format_cache.json')
title_cache_file
module-attribute
¶
title_cache_file: str = join(resources_path, 'title_cache.json')