mirror of https://github.com/scrapy/scrapy.git
Add .webm to ignored video extensions
This commit is contained in:
parent
f52148143b
commit
877ef4269e
|
|
@ -28,7 +28,7 @@ IGNORED_EXTENSIONS = [
|
|||
|
||||
# video
|
||||
'3gp', 'asf', 'asx', 'avi', 'mov', 'mp4', 'mpg', 'qt', 'rm', 'swf', 'wmv',
|
||||
'm4a', 'm4v', 'flv',
|
||||
'm4a', 'm4v', 'flv', 'webm',
|
||||
|
||||
# office suites
|
||||
'xls', 'xlsx', 'ppt', 'pptx', 'pps', 'doc', 'docx', 'odt', 'ods', 'odg',
|
||||
|
|
|
|||
Loading…
Reference in New Issue