leoncvlt / blinkist-scraper

📚 Python tool to download book summaries and audio from Blinkist.com, and generate some pretty output
191 stars 35 forks source link

New Feature: create-mobi #25

Closed sasagr closed 4 years ago

sasagr commented 4 years ago

add the possibility to create-mobi file

I see that ebooklib does not supper mobi but I found this https://github.com/jachinlin/kindle_maker

if interested it could be added to generate also mobi files

leoncvlt commented 4 years ago

Feels like a bit of a redundant feature, since .mobi is mainly a kindle-specific format, and kindles support .epub files out of the box anyway. Plus it would introduce a few closed-source dependencies like Amazon's KindleGen tool which is required by that library linked above. Any particular advantages to having this? 🤔

sasagr commented 4 years ago

AFAIK kindle does not support ePub format, you need to convert it to mobi

leoncvlt commented 4 years ago

Ah you're right, fair enough - I just took conversion for granted as I use Calibre to manage all of my ebooks and it handles it effortlessly

Arminius4 commented 4 years ago

Mobi is an old format with some restrictions based on the Open eBook standard which has been superseded by ePub. Apparently, the new Kindles do not only support but even recommend to use ePub instead of mobi. I also use Calibre for my eBook collection and can recommend it for conversions between different formats and management of different devices.