mirror of https://github.com/scrapy/scrapy.git
Remove spaces on a blank line.
This commit is contained in:
parent
be6da52019
commit
3631453bfb
|
|
@ -21,7 +21,7 @@ from scrapy.utils.url import (
|
|||
IGNORED_EXTENSIONS = [
|
||||
# archives
|
||||
'7z', '7zip', 'bz2', 'rar', 'tar', 'tar.gz', 'xz', 'zip',
|
||||
|
||||
|
||||
# images
|
||||
'mng', 'pct', 'bmp', 'gif', 'jpg', 'jpeg', 'png', 'pst', 'psp', 'tif',
|
||||
'tiff', 'ai', 'drw', 'dxf', 'eps', 'ps', 'svg', 'cdr', 'ico',
|
||||
|
|
|
|||
Loading…
Reference in New Issue