We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AsuraScans Provider is not working properly
const manga = new MANGA.AsuraScans();
const pages = await manga.fetchChapterPages( "solo-max-level-newbie-d9977a85/chapter/163" );
Array of objects to be returned with image href and page number
await manga.fetchMangaInfo(slug)
Also problems with chapter object structures on fetchMangaInfo method
fetchMangaInfo
{ id: undefined, title: '', releaseDate: 'Chapter 184Something More Important than Determination (1)' }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
AsuraScans Provider is not working properly
Steps to reproduce
Expected behavior
Array of objects to be returned with image href and page number
Actual behavior
await manga.fetchMangaInfo(slug)
object does not contain chapterIdsAdditional context
Also problems with chapter object structures on
fetchMangaInfo
methodThe text was updated successfully, but these errors were encountered: