Replies: 1 comment 1 reply
-
Converted this to a discussion issue. You could do this using a Python interpreter. Basically here are the steps: python
from kobodl.koboDrmRemover import KoboDrmRemover
drmRemover = KoboDrmRemover("deviceId", "userId")
drmRemover.RemoveDrm(temporaryOutputPath, outputPath, contentKeys) You can get your userId and deviceId from the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would really like to dedrm a few KEPUB that I have discovered in my library sort out. For each title, I have my userkey and deviceID of that time. I do not use Calibre. Not installed.
I have python 2 and python 3 installed. I have a catalina and a ventura macbook. Not sure which one is easiest or if it makes a difference.
Is it possible?
If so, what is involved ? I dont know python but maybe I can find someone who will help me (but they wont know this script).
thankyou kindly
Beta Was this translation helpful? Give feedback.
All reactions