Kylart / MalScraper

Scrape everything you can from MyAnimeList.net
MIT License
175 stars 50 forks source link

getRecommendationsList parameter object does not need name #75

Closed platers closed 2 years ago

platers commented 2 years ago

malScraper.getRecommendationsList({ name: 'Sakura Trick', id: 20047 }) has the same result as malScraper.getRecommendationsList({ name: 'anything', id: 20047 }) Looks like MAL doesn't care about the name. Ex https://myanimelist.net/anime/73/anything/userrecs works.

getRecommendationsList should be callable with just an id, no need to provide a name.

Kylart commented 2 years ago

Thanks for the callout!