S1NJED
Results
3
comments of
S1NJED
This is the default behaviour [(removeClass documentation)](https://cheerio.js.org/docs/api/classes/Cheerio#removeclass)
I think using 5 point make more sense since letterboxd use 5 point rating
in letterboxdpy/pages/user_diary,py it try to get the runtime from the dom ```python runtime = actions.get("data-film-run-time") or actions.get("data-film-runtime") ``` but the value of the runtime is no longer in the dom...