Merge pull request #2929 from djunzu/add_m4v_to_ignored_extensions

[MRG+1] Add m4v extension to IGNORED_EXTENSIONS in LinkExtractor.
This commit is contained in:
Daniel Graña 2017-10-26 11:35:32 -03:00 committed by GitHub
commit 4f8b45ec83
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',