README.md: Refer to the plugins in correct plural, create separate DeDRM and Obok sections

This commit is contained in:
Martin 2024-11-10 15:27:38 +01:00 committed by GitHub
parent 45942072c7
commit 322aa01def
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,8 @@
# DeDRM_tools
This is a repository that tracks all the scripts and other tools for removing DRM from eBooks.
This plugin should work with both Calibre 5.x/6.x (Python 3), as well as Calibre 4.x and lower (Python 2).<br>
If you encounter issues with this plugin in Calibre 4.x or lower, please open a bug report.
Note that Amazon changes the DRM for KFX files frequently. What works for KFX today might not work tomorrow.
For the latest Amazon KFX format, users of the calibre plugin should also install the KFX Input plugin from the standard Calibre plugin menu.<br>
It is also available from [the MobileRead thread](https://www.mobileread.com/forums/showthread.php?t=291290).*
The provided plugins should work with both Calibre 5.x/6.x (Python 3), as well as Calibre 4.x and lower (Python 2).<br>
If you encounter issues with the plugins in Calibre 4.x or lower, please open a bug report.
## FAQ
@ -24,13 +19,22 @@ The latest beta is v10.0.9, as a release candidate for v10.1.0, [available here]
The latest alpha version, completely untested, [available here](https://github.com/noDRM/DeDRM_tools_autorelease/releases).<br>
With each commit in this repository, a new alpha version containing the latest code changes will be automatically uploaded.<br>
If you want the most up-to-date code to test things and you are okay with the plugin occasionally breaking, you can use this version.
If you want the most up-to-date code to test things and you are okay with the plugins occasionally breaking, you can use this version.
## Tools
The individual scripts are released as two plugins for Calibre: DeDRM and Obok.
### DeDRM
The DeDRM plugin handles books that use Amazon DRM, Adobe Digital Editions DRM, Barnes & Noble DRM, and some historical formats.<br>
For the latest Amazon KFX format, users of the Calibre plugin should also install the KFX Input plugin from the standard Calibre plugin menu.<br>
It is also available from [the MobileRead thread](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.
### Obok
The Obok plugin handles Kobo DRM.
## Forked from Apprentice Harper