Add a missing comma
This should improve epub support
This commit is contained in:
parent
ec082d6483
commit
cd5f2eb71c
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ class EPUBParser(archive.ZipParser):
|
|||
'OPS/.+.xml'
|
||||
}))
|
||||
self.files_to_omit = set(map(re.compile, { # type: ignore
|
||||
'iTunesMetadata.plist'
|
||||
'META-INF/calibre_bookmarks.txt'
|
||||
'iTunesMetadata.plist',
|
||||
'META-INF/calibre_bookmarks.txt',
|
||||
}))
|
||||
self.uniqid = uuid.uuid4()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue