Skip to content
Discussion options

You must be logged in to vote

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 kobodl user add process.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stillhope
Comment options

Answer selected by subdavis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #106 on January 02, 2024 14:57.