1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 07:43:43 +00:00

Remove spaces on a blank line.

This commit is contained in:
Andrey Rahmatullin 2019-11-14 15:07:53 +05:00 committed by GitHub
parent be6da52019
commit 3631453bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',