mirror of https://github.com/scrapy/scrapy.git
Merge pull request #6074 from mikkeschiren/master
Add more common MS Office file extensions to exclude for documents
This commit is contained in:
commit
0e64dec5dd
|
|
@ -67,12 +67,22 @@ IGNORED_EXTENSIONS = [
|
|||
"webm",
|
||||
# office suites
|
||||
"xls",
|
||||
"xlsm",
|
||||
"xlsx",
|
||||
"xltm",
|
||||
"xltx",
|
||||
"potm",
|
||||
"potx",
|
||||
"ppt",
|
||||
"pptm",
|
||||
"pptx",
|
||||
"pps",
|
||||
"doc",
|
||||
"docb",
|
||||
"docm",
|
||||
"docx",
|
||||
"dotm",
|
||||
"dotx",
|
||||
"odt",
|
||||
"ods",
|
||||
"odg",
|
||||
|
|
|
|||
Loading…
Reference in New Issue