summaryrefslogtreecommitdiffstats
path: root/DeDRM_plugin/kfxdedrm.py
Commit message (Collapse)AuthorAgeFilesLines
* Bugfixes in standalone code for Calibre < 5 / Python 2NoDRM2021-12-291-2/+3
|
* Begin work on standalone versionNoDRM2021-12-291-5/+7
| | | | | | | | Now the plugin ZIP file (DeDRM_plugin.zip) can be run with a normal Python interpreter as if it were a Python file (try `python3 DeDRM_plugin.zip --help`). This way I can begin building a standalone version (that can run without Calibre) without having to duplicate a ton of code.
* Remove library book blockNoDRM2021-11-151-2/+4
|
* whitespace and some unicode/bytesApprentice Harper2021-04-111-3/+4
| | | | Minor changes.
* Update version and FAQsApprentice Harper2021-04-111-1/+7
| | | | Version 7.2.0 with all the latest pull requests, including on for the latest KFX encryption.
* Don't rule out running from the command lineApprentice Harper2020-11-281-1/+4
|
* import ion correctlyxxyzz2020-11-281-6/+3
|
* using byte string in kfxdedrm.pyxxyzz2020-11-271-3/+3
|
* More general changes, and get mobidedrm and kindlekey to work on Mac.Apprentice Harper2020-10-141-10/+4
|
* Mostly Mac fixes. mobidedrm.py now works, and k4mobidedrm for at least some ↵Apprentice Harper2020-10-041-5/+4
| | | | input. kindlekey.py should be working too. But lots more changes and testing to do.
* More generic 3.0 changes, to be tested.Apprentice Harper2020-09-271-12/+9
|
* Starting on Version 7.0 using the work done by others. Completely untested. ↵Apprentice Harper2020-09-261-2/+8
| | | | | | | | | | I will be testing things, but I thought I'd get this base version up for others to give pull requests. THIS IS ON THE MASTER BRANCH. The Master branch will be Python 3.0 from now on. While Python 2.7 support will not be deliberately broken, all efforts should now focus on Python 3.0 compatibility. I can see a lot of work has been done. There's more to do. I've bumped the version number of everything I came across to the next major number for Python 3.0 compatibility indication. Thanks everyone. I hope to update here at least once a week until we have a stable 7.0 release for calibre 5.0
* Remove stand-alone apps. Only support the two plugins.Apprentice Harper2020-02-161-0/+116