This PR resolves #3, since the scraping of the Letterboxd movie rating has changed, and the rating number now has to be scraped from the css class name of the <p> element with class rating-{RATING}. Also if there are unrated Movies in your Letterboxd Profile (rating: 0) they are not added to TasteIO, since you cant add a Movie without a rating to your profile.
This PR resolves #3, since the scraping of the Letterboxd movie rating has changed, and the rating number now has to be scraped from the css class name of the
<p>
element with classrating-{RATING}
. Also if there are unrated Movies in your Letterboxd Profile (rating: 0) they are not added to TasteIO, since you cant add a Movie without a rating to your profile.