Merge pull request #1241 from erikbrinkman/patch-1
Support ebook-convert
This commit is contained in:
commit
c3aa1b62bb
|
@ -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…
Reference in New Issue