summaryrefslogtreecommitdiff
path: root/libmat2/office.py
diff options
context:
space:
mode:
authorjvoisin2018-07-01 17:29:05 +0200
committerjvoisin2018-07-01 17:29:05 +0200
commit80fc4ffb40ea425e14697082e4b7e6a7cf0b5583 (patch)
treea08086235145cc0ce817df2eaed1cbac5faac9bc /libmat2/office.py
parent177184ac671eebd2285561a39777dca2c9f70b04 (diff)
Remove the thumbnails from libreoffice files
Diffstat (limited to 'libmat2/office.py')
-rw-r--r--libmat2/office.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmat2/office.py b/libmat2/office.py
index e813fae..34ae7a2 100644
--- a/libmat2/office.py
+++ b/libmat2/office.py
@@ -146,6 +146,7 @@ class LibreOfficeParser(ArchiveBasedAbstractParser):
146 files_to_omit = set(map(re.compile, { # type: ignore 146 files_to_omit = set(map(re.compile, { # type: ignore
147 '^meta\.xml$', 147 '^meta\.xml$',
148 '^Configurations2/', 148 '^Configurations2/',
149 '^Thumbnails/',
149 })) 150 }))
150 151
151 def get_meta(self) -> Dict[str, str]: 152 def get_meta(self) -> Dict[str, str]: