Skip to content

🐛 Reviews page parser doesn't return correct "hasNextPage" value anymore #559

@pushrbx

Description

@pushrbx

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When I call hasNextPage method on a ReviewsParser instance, I always get false value.

Expected Behavior

It should give me true if there is More reviews link on the MAL page.

Steps To Reproduce

No response

Environment

No response

Anything else?

Currently the xpath selector is //*[@id="horiznav_nav"]/div/a[contains(text(), "Next")] however there is no link on the page with Next text in it.
It's now More reviews.
Example: https://myanimelist.net/manga/2/Berserk/reviews

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions