Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetching Extra Anime/Manga details #5

Closed
irfan-dahir opened this issue Feb 1, 2017 · 1 comment
Closed

Fetching Extra Anime/Manga details #5

irfan-dahir opened this issue Feb 1, 2017 · 1 comment
Assignees
Labels

Comments

@irfan-dahir
Copy link
Collaborator

This parses after the anime() or manga() method and fetches from sub pages such as

https://myanimelist.net/anime/1/Cowboy_Bebop/video
https://myanimelist.net/anime/1/Cowboy_Bebop/episode
https://myanimelist.net/anime/1/Cowboy_Bebop/reviews
https://myanimelist.net/anime/1/Cowboy_Bebop/userrecs
and so on.

Each pages are individual, so they require more work and bandwidth.

Possible code use is

\MAL\GET->anime($id)->video()->episode()->reviews()

The data keeps getting accumulated in the returning array.

Low priority since it requires a lot of work. So I'll do it in the end.

@irfan-dahir irfan-dahir self-assigned this Feb 1, 2017
@irfan-dahir irfan-dahir added this to the 0.5.0 milestone May 15, 2017
@irfan-dahir irfan-dahir removed this from the 0.5.0 milestone Jun 1, 2017
@irfan-dahir
Copy link
Collaborator Author

Will be set as issues individually as 'Extended Data'.

E.g #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant