AnimeThemes / animethemes-server

AnimeThemes.moe resource management & API
https://animethemes.moe/
MIT License
92 stars 13 forks source link

Update MAL Studio Image URL #490

Closed ghost closed 1 year ago

ghost commented 1 year ago

MAL has changed the address that studio images can be accessed.

Old: https://cdn.myanimelist.net/img/common/companies/{id}.png

New: https://cdn.myanimelist.net/images/company/{id}.png

This is a one-line fix, but please make sure to update tests as well since the pattern is needed to prevent stray request failures in the testing context.

ghost commented 1 year ago

It would help if I linked the line. Here it is:

https://github.com/AnimeThemes/animethemes-server/blob/main/app/Actions/Models/Wiki/Studio/Image/BackfillLargeCoverImageAction.php#L56

ghost commented 1 year ago

This has been deployed to and verified in production. Closing.