Kylart / MalScraper

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

[BUG] Synonyme & staffs #50

Closed JustalK closed 3 years ago

JustalK commented 3 years ago

Hello,

I have been increasing the tests before starting a refactoring and I have noticed this :

const data = await getInfoFromURL('https://myanimelist.net/anime/30654/Ansatsu_Kyoushitsu_2nd_Season')

response error :

synonyms: 'Ansatsu Kyoushitsu Season 2, Ansatsu Kyoushitsu Final Season'

It should be an array, not a string.

Also, I have notice an error on the novel scrap with the staffs and characters fields that are identical.