diff options
| author | Alex Marchant | 2024-04-03 14:49:39 -0400 |
|---|---|---|
| committer | Alex Marchant | 2024-04-03 14:49:39 -0400 |
| commit | 17e76ab6f0f2f3ffdf0c2c2a09f37378de69e740 (patch) | |
| tree | f5ad5b338e05559ab20fcd90d8548595f0399899 | |
| parent | 94ef57c9941d56dff3a5f669dcfc5ba17f88d056 (diff) | |
Update comments file regex
| -rw-r--r-- | libmat2/office.py | 2 |
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$', |
