sbuberl / reader

A comic and ebook reader web service using Python and Flask
MIT License
1 stars 0 forks source link

CBR/RAR support #1

Closed sbuberl closed 8 years ago

sbuberl commented 8 years ago

.cbr is a pretty popular comic extension so add these soon. Decide whether to use rarfile or switch to a libarchive port.

sbuberl commented 8 years ago

CBR support added. It uses rarfile package which requires untar or similar on the path.

Maybe revisit this someday and see if something better.