mirror of https://github.com/scrapy/scrapy.git
Add .webp to IGNORED_EXTENSIONS
This commit is contained in:
parent
3318971512
commit
7355741c7d
|
|
@ -38,6 +38,7 @@ IGNORED_EXTENSIONS = [
|
|||
"svg",
|
||||
"cdr",
|
||||
"ico",
|
||||
"webp",
|
||||
# audio
|
||||
"mp3",
|
||||
"wma",
|
||||
|
|
|
|||
Loading…
Reference in New Issue