github nmcassa/letterboxdpy v6.1.0

one hour ago

What's Changed

Bug Fixes

  • fix(diary): Resolve empty runtime issue (#106)
    • Added fetch_runtime param to fetch from /film/{slug}/json endpoint
    • Added LRU cache and optional parallel fetching (max_workers)
    • Added warning when runtime data is missing

Usage

diary.get_diary(fetch_runtime=True)
diary.get_diary(fetch_runtime=True, max_workers=10)

Don't miss a new letterboxdpy release

NewReleases is sending notifications on new releases.