Add a missing comma
This should improve epub support
This commit is contained in:
parent
ec082d6483
commit
cd5f2eb71c
@ -20,8 +20,8 @@ class EPUBParser(archive.ZipParser):
|
|||||||
'OPS/.+.xml'
|
'OPS/.+.xml'
|
||||||
}))
|
}))
|
||||||
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',
|
||||||
}))
|
}))
|
||||||
self.uniqid = uuid.uuid4()
|
self.uniqid = uuid.uuid4()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user