Skip to content

v1.1.0 - First update

Compare
Choose a tag to compare
@L-Dot L-Dot released this 02 Dec 14:20
· 50 commits to master since this release
02cd0a5

The first update of this app after its 'official' release back in 2021. Thanks to everyone that still uses or has used this application. It is heartwarming and encouraging that people actually use and benefit from this piece of code I created :). The main work of this update comes from @DenJackson42, which #3 was merged to the main branch. I added some additional features and tested the code's performance against several lists. Please do let me know if you encounter any problems!

Again, I'm very grateful to the people that have come with suggestions, provided code, or even just commented on my project. Your investment is appreciated.

What's Changed

Added

  • Adding support for scraping Genres, Runtime, Watches, and Likes by @DenJackson42 in #3
  • Added new data columns for each film's:
    • Number of watches.
    • Number of appearances on a list.
    • Number of likes.
    • Genres.
    • Studios.
    • Countries.
    • Original language.
    • Spoken languages.
    • Owner rating (i.e. the rating that the owner of the list gave the film).

These additions were mostly inspired by users in issue #2.

Changed

  • Updated the requirements.txt file.

Fixed

  • Some changes suggested in issue #1:
    • UnicodeEncodeError was resolved by using utf-8 encoding when writing the CSV.

Full Changelog: https://github.com/L-Dot/Letterboxd-list-scraper/blob/master/CHANGELOG.md

New Contributors