Kylart / MalScraper

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

Add status parameter for getWatchListFromUser #93

Closed Aeden-B closed 1 year ago

Aeden-B commented 1 year ago

By default, when searching a user's watchlist, MAL returns only the anime currently being watched.

So I added the status parameter which I set to 7 by default (all status are returned)

So we should go from https://myanimelist.net/animelist/aeden/load.json to https://myanimelist.net/animelist/aeden/load.json?offset=0 to https://myanimelist.net/animelist/aeden/load.json?offset=0&status=7 by default.

Kylart commented 1 year ago

🙏