diff options
Diffstat (limited to '')
| -rw-r--r-- | libmat2/epub.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmat2/epub.py b/libmat2/epub.py index 52fab1c..9db4618 100644 --- a/libmat2/epub.py +++ b/libmat2/epub.py | |||
| @@ -20,8 +20,8 @@ class EPUBParser(archive.ZipParser): | |||
| 20 | 'OPS/.+.xml' | 20 | 'OPS/.+.xml' |
| 21 | })) | 21 | })) |
| 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 | })) | 25 | })) |
| 26 | self.uniqid = uuid.uuid4() | 26 | self.uniqid = uuid.uuid4() |
| 27 | 27 | ||
