Add .webm to ignored video extensions

This commit is contained in:
akhter wahab 2019-10-09 16:03:44 +05:00
parent f52148143b
commit 877ef4269e
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', 'flv',
'm4a', 'm4v', 'flv', 'webm',
# office suites
'xls', 'xlsx', 'ppt', 'pptx', 'pps', 'doc', 'docx', 'odt', 'ods', 'odg',