PolyMeilex / node-myanimelist

Node-MyAnimeList is a small promise based package for downloading information from MyAnimeList
25 stars 5 forks source link

Fixing missing PG-13 results #34

Closed haruajsuru closed 2 years ago

haruajsuru commented 2 years ago

For some reason MAL flaged some PG-13 result as nsfw and those result won't show up in search without snfw = true parameter

I set nsfw default to true to make sure all the api return all search results correct

this is just a quick fix I put together on github if anyone want to reformat it or have better ideal, feel free to contribute your code

haruajsuru commented 2 years ago

updated code properly this time and confirm all search results return correctly, I didn't have opportunity to check other functions (ranking, seasonal) so I will leave them alone for now

Also I think that in our doc/example codes should have warning about the nsfw parameter to make sure that people will know beforehand about the missing results problem

PolyMeilex commented 2 years ago

Looks good, thanks!