ReZeroE / AnilistPython

AniList Python library for easy anime, manga, animation studio, and character information lookup. Provides bot support.
MIT License
74 stars 19 forks source link

Duration #8

Closed noobsohail closed 2 years ago

noobsohail commented 2 years ago

Can you add video duration too ? That exists in Anilist Api.

ReZeroE commented 2 years ago

Will do!

noobsohail commented 2 years ago

if possible add (Animes Relations, Like Anime Seasons)

ReZeroE commented 2 years ago

Just checked on implementing the following new data section retrievals.

Only anime duration can be successfully implemented. Anilist APIv2 doesn't seem to support requests with "trailer", "studio", and "staff" included in the query string. There is nothing I can do on my end to make these work. I'll post an issue under the APIv2 doc and see if their devs can provide me with a solution.

Aside from that, the following data sections for anime will be added in the upcoming AnilistPython update (ver 0.1.4):

Please let me know if you need any other help.