MALClient
MALClient copied to clipboard
Forum Thread Won't Load Properly
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:
- Thread post and replies:
//div[contains(@class, 'forum-topic-message')]/div[@class='message-wrapper']/div[@class='content']
- Username field:
//div[@class='username']/a