Kylart/MalScraper

Genres not parsed correctly

MechSlayer opened this issue · 1 comments

Example: Action, Adventure, Comedy, Super Power, Martial Arts, Shounen are parsed as

[
  'ActionAction',
  '    AdventureAdventure',
  '    ComedyComedy',
  '    Super PowerSuper Power',
  '    Martial ArtsMartial Arts',
  '    ShounenShounen'
]

Can you describe how you got this? A bit of code would be enough 👌