1
0
mirror of synced 2024-06-07 06:47:48 +02:00

Update comments file regex

This commit is contained in:
Alex Marchant 2024-04-03 14:49:39 -04:00
parent 94ef57c994
commit 17e76ab6f0

View File

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