mirror of https://github.com/scrapy/scrapy.git
Added more common MS Office file extensions
This commit is contained in:
parent
83fff6c951
commit
da6e75d00a
|
|
@ -67,12 +67,21 @@ IGNORED_EXTENSIONS = [
|
|||
"webm",
|
||||
# office suites
|
||||
"xls",
|
||||
"xlsm",
|
||||
"xlsx",
|
||||
"xltm",
|
||||
"xltx",
|
||||
"potm",
|
||||
"potx",
|
||||
"ppt",
|
||||
"pptm",
|
||||
"pptx",
|
||||
"pps",
|
||||
"doc",
|
||||
"docb",
|
||||
"docm",
|
||||
"docx",
|
||||
"dotm",
|
||||
"dotx",
|
||||
"odt",
|
||||
"ods",
|
||||
|
|
|
|||
Loading…
Reference in New Issue