Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

More metadata for queried manga  #4

Description

Hi there,

I was wondering if you had planned to implement the ability to add more metadata to a manga in the listChapters function. For example, adding the author, cover art, description, etc.

Something like this:

return JSON.stringify({
  title: 'One Punch Man',
  description: 'Formatted\nText',
  author: 'ONE',
  cover_url: 'https://example-url.com/',
  chapters: [
    {
      id: '866961',
      title: 'Ch. 131 - Heroes Never Lose'
    },
    {
      id: '952595',
      title: 'Ch. 132 - Something Huge'
    },
    // ...
  ]
});

I'm not sure if it's possible, since it would probably require changes to the main program, but I was just curious if this was on your roadmap.

Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions