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

Forum Thread Won't Load Properly #332

Open
nattadasu opened this issue Oct 31, 2022 · 0 comments
Open

Forum Thread Won't Load Properly #332

nattadasu opened this issue Oct 31, 2022 · 0 comments

Comments

@nattadasu
Copy link

nattadasu commented Oct 31, 2022

System Information

  • Operating System: Android 11 RKQ1. 201004.002 (MIUI Stable 12.5.9)
  • Application version: 1.5.11.0

Description

As in October 18, MyAnimeList announced a major overhaul to forum thread page for adding several new features. However, this change broke applications to scrape the page due to the service decided to use div node than td as they did previously.

Notable changes are such, in XPATH:

  1. Thread post and replies:
//div[contains(@class, 'forum-topic-message')]/div[@class='message-wrapper']/div[@class='content']
  1. Username field:
//div[@class='username']/a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant