siddhant3s / onemangadl

A simple script to download manga from http://mangareader.net
5 stars 3 forks source link

Add options for Comic Book Archieve option #1

Open Jzarecta opened 12 years ago

Jzarecta commented 12 years ago

So comic book readers read some formats CBT, CBZ, CBR depending on the compression, is nothing more than a compression for all images.

Extending the script shouldnt be such an issue, just import the zip or tar module for python standar library and a CBZ or CBT could be created so Comic book readers can check them out.

More info about comic book readers and their fileformats: http://en.wikipedia.org/wiki/Comic_book_archive

siddhant3s commented 12 years ago

The patch is trivial. Plus it doesn't take more than a command to convert into CBZ. I'll probably add after sometime. Feel free to drop a pull request.