mirror of https://github.com/scrapy/scrapy.git
Add dotx to exclude for documents
This commit is contained in:
parent
4abc54f0ec
commit
83fff6c951
|
|
@ -73,6 +73,7 @@ IGNORED_EXTENSIONS = [
|
|||
"pps",
|
||||
"doc",
|
||||
"docx",
|
||||
"dotx",
|
||||
"odt",
|
||||
"ods",
|
||||
"odg",
|
||||
|
|
|
|||
Loading…
Reference in New Issue