split real media
This commit is contained in:
parent
868a401553
commit
373ff6ee0f
1 changed files with 2 additions and 2 deletions
|
@ -31,11 +31,11 @@ EXTENSIONS = {
|
|||
'video': [
|
||||
'3gp',
|
||||
'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
|
||||
'mxf', 'ts',
|
||||
'dat', # VOD files
|
||||
'rm', # Real Media
|
||||
'rm', 'rmvb', # Real Media
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue