klaxa / batotocrawler

Crawls Batoto and KissManga for mangas.
16 stars 1 forks source link

KissManga duplicate chapter detection broken #3

Closed Hamuko closed 10 years ago

Hamuko commented 10 years ago

Because KissManga doesn't handle group names with chapters like Batoto does, it doesn't really work well with the current duplicate chapter detection.

I changed the code to handle cases where no group names are present so that it doesn't crash on KissManga with default settings, but it will crash with --interactive or --prefer-group. There might be a way to fix the interactive mode even without group names, but prefer group is most likely not going to work.

Any ideas on how to handle this?