Improve epub compatibility
This commit is contained in:
parent
cd5f2eb71c
commit
497f5f71fc
@ -22,6 +22,7 @@ class EPUBParser(archive.ZipParser):
|
|||||||
self.files_to_omit = set(map(re.compile, { # type: ignore
|
self.files_to_omit = set(map(re.compile, { # type: ignore
|
||||||
'iTunesMetadata.plist',
|
'iTunesMetadata.plist',
|
||||||
'META-INF/calibre_bookmarks.txt',
|
'META-INF/calibre_bookmarks.txt',
|
||||||
|
'OEBPS/package.opf',
|
||||||
}))
|
}))
|
||||||
self.uniqid = uuid.uuid4()
|
self.uniqid = uuid.uuid4()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user