consumet / consumet.ts

Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.
https://consumet.org/extensions/list/
GNU General Public License v3.0
412 stars 226 forks source link

Fix AnimeUnity episodes info #473

Closed aleganza closed 7 months ago

aleganza commented 7 months ago

What kind of change does this PR introduce?

Allows AnimeUnity to fetch all the episodes info with fetchAnimeInfo()

Did you add tests for your changes?

Yes

Summary

When I added the AnimeUnity provider, I missed that it could only fetch the first 120 episodes for each anime. With this PR it is possible to fetch all of them by passing a page number.

Other information

Also updated the docs