Add m4v extension to IGNORED_EXTENSIONS in LinkExtractor.

modified:   scrapy/linkextractors/__init__.py
This commit is contained in:
djunzu 2017-09-17 16:09:22 -03:00
parent b8fabeed86
commit dcb279bd6c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ IGNORED_EXTENSIONS = [
# video
'3gp', 'asf', 'asx', 'avi', 'mov', 'mp4', 'mpg', 'qt', 'rm', 'swf', 'wmv',
'm4a',
'm4a', 'm4v',
# office suites
'xls', 'xlsx', 'ppt', 'pptx', 'pps', 'doc', 'docx', 'odt', 'ods', 'odg',