wustho / epy

CLI Ebook (epub2, epub3, fb2, mobi) Reader
GNU General Public License v3.0
962 stars 52 forks source link

add support for .prc files #35

Open Docbroke opened 2 years ago

Docbroke commented 2 years ago

.prc files seems to be same as .mobi and can be supported by adding 2 lines in code in det_ebook_cls(file): segment

    elif MOBISUPPORT and filext == ".prc":
        return Mobi(file)
wustho commented 2 years ago

Thanks so much for suggestions, mate! First time I heard this format... Will try to implement