[MRG+1] Add 'flv' to ignored video extensions. (#3165)

This commit is contained in:
siulkilulki 2018-03-13 08:35:27 +01:00 committed by Konstantin Lopuhin
parent acd2b8d43b
commit 6a7cdf9a6c
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', 'm4v',
'm4a', 'm4v', 'flv',
# office suites
'xls', 'xlsx', 'ppt', 'pptx', 'pps', 'doc', 'docx', 'odt', 'ods', 'odg',