mirror of https://github.com/scrapy/scrapy.git
Add dmg, iso & apk to ignored other extensions
This commit is contained in:
parent
6ad5a89cb0
commit
f52148143b
|
|
@ -35,7 +35,7 @@ IGNORED_EXTENSIONS = [
|
|||
'odp',
|
||||
|
||||
# other
|
||||
'css', 'pdf', 'exe', 'bin', 'rss', 'zip', 'rar',
|
||||
'css', 'pdf', 'exe', 'bin', 'rss', 'zip', 'rar', 'dmg', 'iso', 'apk'
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue