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

Season data for animelist not available #41

Closed
skr47ch opened this issue Apr 1, 2019 · 1 comment
Closed

Season data for animelist not available #41

skr47ch opened this issue Apr 1, 2019 · 1 comment

Comments

@skr47ch
Copy link

skr47ch commented Apr 1, 2019

Hi, Season name and year seems to have no data. This can be generated from the start_date field, I assume. Sorry if it's already known or reported. I've just started using this all.

from jikanpy import jikan
jikan = jikan.Jikan()
watching = jikan.user(username='skr47ch', request='animelist', argument='watching')['anime']
for anime in watching:
print(anime['airing_status']
, anime['title']
, anime['season_name']
, anime['season_year']
)

@skr47ch
Copy link
Author

skr47ch commented Apr 1, 2019

oops. Appears this is not an issue. Checked at jikan apiary and it returns the same.
Season data is coming for the certain users. I assume it has to do with what columns are available in one's list page. I've added the required columns and hopefully it'll reflect that.

@skr47ch skr47ch closed this as completed Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant