summaryrefslogtreecommitdiff
path: root/libmat2
diff options
context:
space:
mode:
authorAlex Marchant2024-04-03 14:49:39 -0400
committerAlex Marchant2024-04-03 14:49:39 -0400
commit17e76ab6f0f2f3ffdf0c2c2a09f37378de69e740 (patch)
treef5ad5b338e05559ab20fcd90d8548595f0399899 /libmat2
parent94ef57c9941d56dff3a5f669dcfc5ba17f88d056 (diff)
Update comments file regex
Diffstat (limited to 'libmat2')
-rw-r--r--libmat2/office.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/office.py b/libmat2/office.py
index 74cc76a..6f69e4a 100644
--- a/libmat2/office.py
+++ b/libmat2/office.py
@@ -147,7 +147,7 @@ class MSOfficeParser(ZipParser):
147 # Additional presentation-wide properties like printing properties, 147 # Additional presentation-wide properties like printing properties,
148 # presentation show properties etc. 148 # presentation show properties etc.
149 r'^(?:word|ppt|xl)/presProps\.xml$', 149 r'^(?:word|ppt|xl)/presProps\.xml$',
150 r'^(?:word|ppt|xl)/comments[0-9]+\.xml$', 150 r'^(?:word|ppt|xl)/comments[0-9]*\.xml$',
151 r'^(?:word|ppt|xl)/threadedComments/threadedComment[0-9]*\.xml$', 151 r'^(?:word|ppt|xl)/threadedComments/threadedComment[0-9]*\.xml$',
152 r'^(?:word|ppt|xl)/commentsExtended\.xml$', 152 r'^(?:word|ppt|xl)/commentsExtended\.xml$',
153 r'^(?:word|ppt|xl)/commentsExtensible\.xml$', 153 r'^(?:word|ppt|xl)/commentsExtensible\.xml$',