-
|
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? thankyou kindly |
Beta Was this translation helpful? Give feedback.
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.
Converted this to a discussion issue.
You could do this using a Python interpreter. Basically here are the steps:
You can get your userId and deviceId from the
kobodl user addprocess.