mirror of https://github.com/scrapy/scrapy.git
added ppt to scrapy.linkextractor.IGNORED_EXTENSIONS
This commit is contained in:
parent
abcc8c9f63
commit
16bee46c70
|
|
@ -17,5 +17,5 @@ IGNORED_EXTENSIONS = [
|
|||
'm4a',
|
||||
|
||||
# other
|
||||
'css', 'pdf', 'doc', 'exe', 'bin', 'rss', 'zip', 'rar',
|
||||
'css', 'pdf', 'doc', 'exe', 'bin', 'rss', 'zip', 'rar', 'ppt',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue