MALClient icon indicating copy to clipboard operation
MALClient copied to clipboard

Forum Thread Won't Load Properly

Open nattadasu opened this issue 2 years ago • 0 comments

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

nattadasu avatar Oct 31 '22 03:10 nattadasu