add rmvb as video extension
This commit is contained in:
parent
ec1e5459f6
commit
959931114b
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ EXTENSIONS = {
|
||||||
'video': [
|
'video': [
|
||||||
'3gp',
|
'3gp',
|
||||||
'avi', 'divx', 'dv', 'flv', 'm2t', 'm4v', 'mkv', 'mov', 'mp4',
|
'avi', 'divx', 'dv', 'flv', 'm2t', 'm4v', 'mkv', 'mov', 'mp4',
|
||||||
'mpeg', 'mpg', 'mts', 'ogm', 'ogv', 'rm', 'vob', 'webm', 'wmv',
|
'mpeg', 'mpg', 'mts', 'ogm', 'ogv', 'rm', 'rmvb', 'vob', 'webm', 'wmv',
|
||||||
'mod', 'tod', # http://en.wikipedia.org/wiki/MOD_and_TOD
|
'mod', 'tod', # http://en.wikipedia.org/wiki/MOD_and_TOD
|
||||||
'mxf', 'ts'
|
'mxf', 'ts'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue