github nmcassa/letterboxdpy v5.3.3

latest releases: v5.4.3, v5.4.2, v5.4.1...
3 months ago

What's Changed

Fixed

  • user.favorites returning empty data (#104)
  • Updated HTML parser for Letterboxd's new structure
  • Added robust error handling

Enhanced

  • Added year and log_url fields
  • Clean movie names (year removed)

New Format

{
  "favorites": {
    "51794": {
      "slug": "the-king-of-comedy", 
      "name": "The King of Comedy",
      "url": "https://letterboxd.com/film/the-king-of-comedy/",
      "year": 1982,
      "log_url": "https://letterboxd.com/user/film/..."
    }
  }
}

Fixed: #104

Full Changelog: v5.3.2...v5.3.3

Don't miss a new letterboxdpy release

NewReleases is sending notifications on new releases.