Kylart / MalScraper

Scrape everything you can from MyAnimeList.net
MIT License
177 stars 49 forks source link

Anime Search data model resulted wrong information #37

Closed raf555 closed 4 years ago

raf555 commented 4 years ago

image

As you can see in the image, title, synopsis, and picture are not defined and wrong, this error probably comes from MAL, who may change something on the page. Please fix, thank you.

raf555 commented 4 years ago

I checked your code a bit, you used "span" tag to retrieve data, apparently MAL changes this to "div". I suppose that is the problem

nzkdevsaider commented 4 years ago

I checked your code a bit, you used "span" tag to retrieve data, apparently MAL changes this to "div". I suppose that is the problem

Yes, this is caused by a change in the MAL page.

SammyWhamy commented 4 years ago

Same issue here, would be great if it got fixed

Kylart commented 4 years ago

This is now fixed in version 2.7.2.