devnoname120 / google-play-book-downloader

Download and decrypt books purchased on Google Play Books without text reflowing
GNU Affero General Public License v3.0
60 stars 4 forks source link

Add support for `Flowing text` (EPUB) #15

Open devnoname120 opened 9 months ago

devnoname120 commented 9 months ago

Flowing text is actually just an EPUB from which Google Play Books extracted the HTML and the images, enriched them with custom attributes related to their web player, and encrypted them.

Would be nice if the tool could reconstruct an EPUB from all of this.

devnoname120 commented 4 months ago

A basic EPUB downloader has been added to the repository. For now it only downloads the pages as HTML and it cannot reconstruct an EPUB. No support or questions for now as it's very experimental and I'm not looking for feedback or bug reports at this stage.