Greasy Fork is available in English.

MyAnimeList (MAL) Tags Updater

Adds type, genres and other info to entries tags. Can also delete all current tags.

< Feedback on MyAnimeList (MAL) Tags Updater

Question/comment

Deleted user 138188
§
Posted: 2020/07/26

The score tag isn't returning any value because, on line 782 you have:
re = stats.match(/itemprop="ratingValue">([\d.]+?)<\/span>/);

I tried with re = stats.match(/itemprop="ratingValue" class="score-label score-\d">([\d.]+?)<\/span>/); and it's working correctly. They probably changed the html recently.

Post reply

Sign in to post a reply.