split real media

This commit is contained in:
j 2022-01-01 14:31:33 +01:00
parent 868a401553
commit 373ff6ee0f

View file

@ -31,11 +31,11 @@ EXTENSIONS = {
'video': [ 'video': [
'3gp', '3gp',
'avi', 'divx', 'dv', 'flv', 'm2t', 'm2ts', 'm2v', 'm4v', 'mkv', 'mov', 'mp4', 'avi', 'divx', 'dv', 'flv', 'm2t', 'm2ts', 'm2v', 'm4v', 'mkv', 'mov', 'mp4',
'mpeg', 'mpg', 'mts', 'ogm', 'ogv', 'rm', 'rmvb', 'vob', 'webm', 'wmv', 'asf', 'mpeg', 'mpg', 'mts', 'ogm', 'ogv', 'vob', 'webm', 'wmv', 'asf',
'mod', 'tod', # http://en.wikipedia.org/wiki/MOD_and_TOD 'mod', 'tod', # http://en.wikipedia.org/wiki/MOD_and_TOD
'mxf', 'ts', 'mxf', 'ts',
'dat', # VOD files 'dat', # VOD files
'rm', # Real Media 'rm', 'rmvb', # Real Media
], ],
} }