Merge pull request #1241 from erikbrinkman/patch-1

Support ebook-convert
This commit is contained in:
Apprentice Harper 2020-09-26 21:19:17 +01:00 committed by GitHub
commit c3aa1b62bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ class DeDRM(FileTypePlugin):
minimum_calibre_version = (1, 0, 0) # Compiled python libraries cannot be imported in earlier versions.
file_types = set(['epub','pdf','pdb','prc','mobi','pobi','azw','azw1','azw3','azw4','azw8','tpz','kfx','kfx-zip'])
on_import = True
on_preprocess = True
priority = 600