1
0
Fork 0

Update comments file regex

This commit is contained in:
Alex Marchant 2024-04-03 14:49:39 -04:00
parent 94ef57c994
commit 17e76ab6f0
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class MSOfficeParser(ZipParser):
# Additional presentation-wide properties like printing properties,
# presentation show properties etc.
r'^(?:word|ppt|xl)/presProps\.xml$',
r'^(?:word|ppt|xl)/comments[0-9]+\.xml$',
r'^(?:word|ppt|xl)/comments[0-9]*\.xml$',
r'^(?:word|ppt|xl)/threadedComments/threadedComment[0-9]*\.xml$',
r'^(?:word|ppt|xl)/commentsExtended\.xml$',
r'^(?:word|ppt|xl)/commentsExtensible\.xml$',