From 80fc4ffb40ea425e14697082e4b7e6a7cf0b5583 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 1 Jul 2018 17:29:05 +0200 Subject: Remove the thumbnails from libreoffice files --- libmat2/office.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libmat2/office.py') 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): files_to_omit = set(map(re.compile, { # type: ignore '^meta\.xml$', '^Configurations2/', + '^Thumbnails/', })) def get_meta(self) -> Dict[str, str]: -- cgit v1.3