Drutol / MALClient

Not so small client app for Myanimelist.net - Windows 10 UWP & Android
GNU General Public License v3.0
352 stars 32 forks source link

Forum Thread Won't Load Properly #332

Open nattadasu opened 1 year ago

nattadasu commented 1 year ago

System Information

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