diff options
Diffstat (limited to 'libmat2/epub.py')
| -rw-r--r-- | libmat2/epub.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmat2/epub.py b/libmat2/epub.py index 9db4618..f43667e 100644 --- a/libmat2/epub.py +++ b/libmat2/epub.py | |||
| @@ -22,6 +22,7 @@ class EPUBParser(archive.ZipParser): | |||
| 22 | self.files_to_omit = set(map(re.compile, { # type: ignore | 22 | self.files_to_omit = set(map(re.compile, { # type: ignore |
| 23 | 'iTunesMetadata.plist', | 23 | 'iTunesMetadata.plist', |
| 24 | 'META-INF/calibre_bookmarks.txt', | 24 | 'META-INF/calibre_bookmarks.txt', |
| 25 | 'OEBPS/package.opf', | ||
| 25 | })) | 26 | })) |
| 26 | self.uniqid = uuid.uuid4() | 27 | self.uniqid = uuid.uuid4() |
| 27 | 28 | ||
