jikan-me/jikan

Placeholder images should not be parsed

Opened this issue · 0 comments

ToshY commented

Problem

Request to characters from anime returns questionmark_23.gif images for characters, which is just a placeholder image. These placeholder images are apparently still being parsed and returned. It would make more sense to return null instead, as there is no image for this character.

The same seems for other categories as well, like voice actors, shows, users, companies, etc.

Reproduction

Example 47917

Expectation

Possibly the parser should check specifically for a list of image placeholders, like questionmark_23.gif (character & voice actor search), questionmark_50.gif (user search), qm_50.gif (anime search), placeholder.png (company search), na.gif (club search), etc. and return null if so.

Version
v3.3.2