add ts to video extensions

This commit is contained in:
j 2014-09-29 18:03:56 +02:00
parent ff0d776b09
commit 1b1dcf1c58

View file

@ -30,7 +30,7 @@ EXTENSIONS = {
'avi', 'divx', 'dv', 'flv', 'm2t', 'm4v', 'mkv', 'mov', 'mp4',
'mpeg', 'mpg', 'mts', 'ogm', 'ogv', 'rm', 'vob', 'webm', 'wmv',
'mod', 'tod', # http://en.wikipedia.org/wiki/MOD_and_TOD
'mxf'
'mxf', 'ts'
],
}