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

Jikan cannot understand the new modern About Me sections #429

Open
PythonCoderAS opened this issue Jun 16, 2022 · 6 comments
Open

Jikan cannot understand the new modern About Me sections #429

PythonCoderAS opened this issue Jun 16, 2022 · 6 comments
Labels
feature request features that are requested or are in the roadmap
Milestone

Comments

@PythonCoderAS
Copy link

PythonCoderAS commented Jun 16, 2022

For user profiles utilizing the "Modern About Me" feature, the users/<user>/about endpoint returns a null response.

{
  "data": {
    "about": null
  }
}

It would be ideal if modern About Mes could be scraped and returned, and especially if it could be a JSON object containing the components.

@nerg4l
Copy link
Collaborator

nerg4l commented Jun 16, 2022

Could you share a MAL profile link which uses the "new modern About Me sections"?

@PythonCoderAS
Copy link
Author

Could you share a MAL profile link which uses the "new modern About Me sections"?

https://myanimelist.net/profile/ManWild

@irfan-dahir irfan-dahir added the feature request features that are requested or are in the roadmap label Jun 22, 2022
@irfan-dahir
Copy link
Collaborator

Played around a bit with this:
https://mxj.myanimelist.net/about-me/

image
image
image

There are a total of 3 ranking sections possible.
Ranking items can be in the range of 1-10

image
And you can link them too

image
There's an option for this too so perhaps it's in the HTML somewhere as well - we could return a bool.

Will check out it in detail later.

@irfan-dahir
Copy link
Collaborator

irfan-dahir commented Jul 1, 2022

As for the structure; possibly the following:

  • Main
    • cover_image_url
    • title
    • introduction
  • anime
    • watching this season (Array of AnimeMeta)
    • last completed (Array of AnimeMeta)
  • manga (not sure if it exists? or I'm missing it)
    • property_name (Array of MangaMeta)
  • rankings (Array of Ranking Objects)
    • title
    • description
    • items
      • image_url
      • url
  • modern (bool)

As for compatibility with the classic ver. we could wrap the new stuff in a property I'm not sure what to call 🤔

@kyoyacchi
Copy link

Any updates on this?

@irfan-dahir
Copy link
Collaborator

@kyoyacchi It's been added to the roadmap. We're currently working towards improving some existing features before we can move towards adding new features.

@irfan-dahir irfan-dahir added this to the 5.0.0 milestone Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request features that are requested or are in the roadmap
Projects
Status: No status
Development

No branches or pull requests

4 participants