What's Changed
Bug Fixes
- fix(diary): Resolve empty runtime issue (#106)
- Added fetch_runtime param to fetch from
/film/{slug}/jsonendpoint - Added LRU cache and optional parallel fetching (max_workers)
- Added warning when runtime data is missing
- Added fetch_runtime param to fetch from
Usage
diary.get_diary(fetch_runtime=True)
diary.get_diary(fetch_runtime=True, max_workers=10)