jikan icon indicating copy to clipboard operation
jikan copied to clipboard

Jikan cannot understand the new modern About Me sections

Open PythonCoderAS opened this issue 2 years ago • 6 comments

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.

PythonCoderAS avatar Jun 16 '22 00:06 PythonCoderAS

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

nerg4l avatar Jun 16 '22 10:06 nerg4l

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

https://myanimelist.net/profile/ManWild

PythonCoderAS avatar Jun 16 '22 13:06 PythonCoderAS

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 avatar Jul 01 '22 08:07 irfan-dahir

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 🤔

irfan-dahir avatar Jul 01 '22 08:07 irfan-dahir

Any updates on this?

kyoyacchi avatar Dec 07 '22 11:12 kyoyacchi

@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 avatar Dec 08 '22 07:12 irfan-dahir