Iet uz failu
NoDRM 3373d93874 Add binascii import, fixes FileOpen #514 2024-03-15 13:13:45 +01:00
.github Enable autorelease into 2nd repo 2023-08-03 21:53:16 +02:00
DeDRM_plugin Update kfxdedrm as suggested in #440 2023-12-21 12:35:11 +01:00
Obok_plugin Prepare release candidate v10.0.9 2023-08-02 07:39:35 +02:00
Other_Tools Add binascii import, fixes FileOpen #514 2024-03-15 13:13:45 +01:00
.gitignore Cleanup 2021-12-29 09:14:35 +01:00
CALIBRE_CLI_INSTRUCTIONS.md Cleanup 2021-12-29 09:14:35 +01:00
CHANGELOG.md Bunch of updates for the FileOpen script 2023-12-03 10:45:09 +01:00
DeDRM_plugin_ReadMe.txt Add support for "hardened" Adobe DRM 2022-03-18 15:45:39 +00:00
FAQs.md fix 2 spelling errors in FAQs.md 2022-08-10 04:46:42 +00:00
README.md Enable autorelease into 2nd repo 2023-08-03 21:53:16 +02:00
ReadMe_Overview.txt Update plugin readme 2022-03-19 09:26:39 +01:00
make_release.py Bugfixes in standalone code for Calibre < 5 / Python 2 2021-12-29 11:39:48 +01:00
obok_plugin_ReadMe.txt Remove stand-alone apps. Only support the two plugins. 2020-02-16 10:12:25 +00:00

README.md

DeDRM_tools

DeDRM tools for ebooks

This is a fork of Apprentice Harper's version of the DeDRM tools. Apprentice Harper said that the original version of the plugin is no longer maintained, so I've taken over, merged a bunch of open PRs, and added a ton more features and bugfixes.

The latest stable (released) version is v10.0.3 which can be downloaded here. The latest beta is v10.0.9, as a release candidate for v10.1.0. It can be downloaded here.

The latest alpha version is available at this link. This version is completely untested and will contain the latest code changes in this repository. With each commit in this repository, a new automatic alpha version will be uploaded there. If you want the most up-to-date code to test things and are okay with the plugin occasionally breaking, you can download this version.

Take a look at the CHANGELOG to see a list of changes since the last version by Apprentice Harper (v7.2.1).

My version of the plugin should both work with Calibre 5.x/6.x (Python 3) as well as Calibre 4.x and lower (Python 2). If you encounter issues with this plugin in Calibre 4.x or lower, please open a bug report.

Original README from Apprentice Harper

This is a repository that tracks all the scripts and other tools for removing DRM from ebooks that I could find, committed in date order as best as I could manage. (Except for the Requiem tools for Apple's iBooks, and Convert LIT for Microsoft's .lit ebooks.) This includes the tools from a time before Apprentice Alf had a blog, and continues through to when Apprentice Harper (with help) took over maintenance of the tools.

The individual scripts are now released as two plugins for calibre: DeDRM and Obok. The DeDRM plugin handles books that use Amazon DRM, Adobe Digital Editions DRM, Barnes & Noble DRM, and some historical formats. The Obok plugin handles Kobo DRM.

Users with calibre 5.x or later should use release 7.2.0 or later of the tools. Users with calibe 4.x or earlier should use release 6.8.x of the tools.

For the latest Amazon KFX format, users of the calibre plugin should also install the KFX Input plugin from the standard calibre plugin menu. It's also available from the MobileRead thread here: https://www.mobileread.com/forums/showthread.php?t=291290

Note that Amazon changes the DRM for KFX files frequently. What works for KFX today might not work tomorrow.

I welcome contributions from others to improve these tools, from expanding the range of books handled, improving key retrieval, to just general bug fixes, speed improvements and UI enhancements.

I urge people to read the FAQs. But to cover the most common: Do remember to unzip the downloaded archive to get the plugin (beta versions may be just the plugin don't unzip that). You can't load the whole tools archive into calibre.

My special thanks to all those developers who have done the hard work of reverse engineering to provide the initial tools.

Apprentice Harper.