letterboxdpy icon indicating copy to clipboard operation
letterboxdpy copied to clipboard

A letterboxd webscraper

Results 14 letterboxdpy issues
Sort by recently updated
recently updated
newest added

This PR adds an additional method which calculates a film's classic rating* (the old algorithm which Letterboxd employed before they switched to a more global algorithm for calculating the ratings...

enhancement

Hey! Firstly i'd like to sat that this seems to be a great project but I am getting an FeatureNotFoundError while trying to run the code I have installed bs4...

Automatically update PyPI on new GitHub releases.

enhancement
testing-needed

Currently, data is fetched from Letterboxd, which in turn retrieves information from TMDb. By integrating the TMDb API directly, we can achieve faster and more accurate results.

enhancement
testing-needed

**Description**: When trying to install the latest release (v5.4.3) using pip I automatically receive the 5.3.7 release which does not include the Search function fix as described in the 5.3.9...

testing-needed

Is there a reason this doesn't support Cookies to allow using a user, to get things like adult movie metadata, etc?

I fixed ratings by dividing it by 2 for: - reviews - films - diary

**Description:** Date information is returned inconsistently: - Some endpoints return timestamp format - Others return dict format like `{"year": 2024, "month": 9, "day": 23}` **Expected behavior:** All endpoints should use...

refactor

In `user.films` endpoint, movie names include both title and year when they should be separated. **Expected behavior:** - `name` field should contain only the movie title - `year` field should...

refactor

In `user.recent.watchlist` endpoint, movie names include both title and year when they should be separated. **Expected behavior:** - `name` field should contain only the movie title - Year should be...

refactor