From 95fc924d1a4e4ca77c39ceaa0255166229ba838f Mon Sep 17 00:00:00 2001 From: NoDRM Date: Mon, 15 Nov 2021 11:00:06 +0100 Subject: [PATCH] Update Readme --- DeDRM_plugin/__init__.py | 3 ++- README.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DeDRM_plugin/__init__.py b/DeDRM_plugin/__init__.py index 4437862..67c888d 100644 --- a/DeDRM_plugin/__init__.py +++ b/DeDRM_plugin/__init__.py @@ -3,6 +3,7 @@ # __init__.py for DeDRM_plugin # Copyright © 2008-2020 Apprentice Harper et al. +# Copyright © 2021 NoDRM __license__ = 'GPL v3' __version__ = '7.2.1' @@ -129,7 +130,7 @@ class DeDRM(FileTypePlugin): name = PLUGIN_NAME description = "Removes DRM from Amazon Kindle, Adobe Adept (including Kobo), Barnes & Noble, Mobipocket and eReader ebooks. Credit given to i♥cabbages and The Dark Reverser for the original stand-alone scripts." supported_platforms = ['linux', 'osx', 'windows'] - author = "Apprentice Alf, Aprentice Harper, The Dark Reverser and i♥cabbages" + author = "Apprentice Alf, Apprentice Harper, NoDRM, The Dark Reverser and i♥cabbages" version = PLUGIN_VERSION_TUPLE minimum_calibre_version = (5, 0, 0) # Python 3. file_types = set(['epub','pdf','pdb','prc','mobi','pobi','azw','azw1','azw3','azw4','azw8','tpz','kfx','kfx-zip']) diff --git a/README.md b/README.md index 5461e58..c587f7e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Refer to [Wiki Page](https://github.com/apprenticeharper/DeDRM_tools/wiki/Exactl # DeDRM_tools DeDRM tools for ebooks +This is a fork of Apprentice Harper's version of the DeDRM tools. I've added some of the PRs that still haven't been merged, as well as added some more features / bugfixes myself. + +# 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.