MyAnimeList (MAL) Tags Updater

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

< Отзив за MyAnimeList (MAL) Tags Updater

Въпрос/коментар

Deleted user 138188
§
Публикуван на: 26.07.2020

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.

Публикувайте отговор

Влезте, за да публикувате отговор.