Merge pull request #1241 from erikbrinkman/patch-1

Support ebook-convert
pull/1248/head
Apprentice Harper 4 years ago committed by GitHub
commit c3aa1b62bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save