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",
|
"webm",
|
||||||
# office suites
|
# office suites
|
||||||
"xls",
|
"xls",
|
||||||
|
"xlsm",
|
||||||
"xlsx",
|
"xlsx",
|
||||||
|
"xltm",
|
||||||
|
"xltx",
|
||||||
|
"potm",
|
||||||
|
"potx",
|
||||||
"ppt",
|
"ppt",
|
||||||
|
"pptm",
|
||||||
"pptx",
|
"pptx",
|
||||||
"pps",
|
"pps",
|
||||||
"doc",
|
"doc",
|
||||||
|
"docb",
|
||||||
|
"docm",
|
||||||
"docx",
|
"docx",
|
||||||
|
"dotm",
|
||||||
"dotx",
|
"dotx",
|
||||||
"odt",
|
"odt",
|
||||||
"ods",
|
"ods",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue