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

Feat gogo extra fields #494

Closed weedeej closed 6 months ago

weedeej commented 6 months ago

What kind of change does this PR introduce? Added Fields: episodeId and episodeNumber. On GOGOANIME fetchTopAiring function.

Did you add tests for your changes? Yes If relevant, did you update the documentation? Yes Summary I noticed that latest episode number and latest episode id is available on url that fetchTopAiring uses. So I added it.

Other information I felt that without episode number and episode id on topAiring it is lacking. And It is also available on the same url it uses, So instead of going ignoring, I added it.