kunalchandan / Kiss_Consume

A webcrawler for Kiss - Comics, generates a set of .cbz files for a given comic book series
0 stars 0 forks source link

Generated .cbz Files cannot be opened by ComicCrack #3

Open kunalchandan opened 5 years ago

kunalchandan commented 5 years ago

Issue

ComicCrack is unable to open the .cbz files generated by the program.

Things observed

All the .cbz files are of the same size (1kb) which should not be the case for example an Umbrella Academy chapter is normally of size ~34.7mb, and I highly doubt it can be compressed so much.

Possible reasons

This code is somehow to blame. I guess I need to figure out how to properly zip files. https://github.com/kunalchandan/Kiss_Consume/blob/92faf68e575c53403b715f2988fe9feb546f649b/kiss.py#L131-L135