Glad to see iteration on top of it! I did swap the repo to GPL3 before privating it due to legal concerns, if you think it's in the clear, feel free to share. My only ask is you wipe the git history since I accidentally included the output epub from the book I was testing on.
> Personally, I've just stopped buying books from Amazon. I find that Kobo is often cheaper and their DRM is easy to bypass.
Anyone have any advice on how to bypass Kobo DRM? I can only buy ebooks without DRM (typically through ebooks.com) for my kindle running Koreader so this would be amazing.
Basically, install Calibre, install the correct plugin, give it your Adobe ID, done. You can load a purchased .ascm file into Calibre and the plugin will download and decrypt the ePub.
I made a plugin for KOReader that can download the books from the Kobo store and remove the DRM without using any external tools:
https://github.com/TnS-hun/KOkobo
I'm intrigued by this statement: The original code didn't come with an open source software licence, so I am unable to share my changes.
The original blog post[0] doesn't share a link to a full codebase that I can see, and I can't find anything with a quick google. (Although it may have been removed subsequently?)
I assume code snippets in a blog post, and/or a repository without an explicit license, are covered by copyright, hence the caution; can anyone advise when/how it would be reasonable to take someone's concept, rework the code (as appears to have been done here) and then reshare?
(Author here) There used to be a GitHub repo - but it has subsequently been removed.
Normally, I'd be comfortable sharing snippets under the UK's copyright "Fair Dealing" exemption - but my changes are so tightly integrated into the original code that it doesn't seem right.
Additionally, as I say, my changes are fairly trivial. Read a JSON file, scale an image, stitch it together. It's the sort of thing you can throw together in an afternoon.
As for how much you need to change for it to be reasonable to share, it does rather become a "Ship of Theseus" problem. You'll need to be guided by your own ethics and the laws of your country.
reply