Improve epub compatibility
This commit is contained in:
parent
cd5f2eb71c
commit
497f5f71fc
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ class EPUBParser(archive.ZipParser):
|
|||
self.files_to_omit = set(map(re.compile, { # type: ignore
|
||||
'iTunesMetadata.plist',
|
||||
'META-INF/calibre_bookmarks.txt',
|
||||
'OEBPS/package.opf',
|
||||
}))
|
||||
self.uniqid = uuid.uuid4()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue