aethelberht / letterboxd2imdb

Convert letterboxd rating file to imdb style
4 stars 2 forks source link

Script crashes when the movie title contains commas #2

Closed byteshaman closed 3 years ago

byteshaman commented 3 years ago

I don't know if the problem is only for the commas, I noticed that the film will be surrounded by " " (in the csv file) when it contains commas, and the script crashes. I solved this by searching and replacing all those characters with Excel as temporary solution.

I'm attaching my ratings.csv so that you can try to see what causes the problem :) ratings.zip

aethelberht commented 3 years ago

Problematic entry was Boss Level (2021), because it was so new that it lacked vote data. The script should work as-is because the film entry now has vote data on IMDb, but I've also added a safeguard against this issue in the future.