Skip to content

Commit

Permalink
Capitalize container property
Browse files Browse the repository at this point in the history
Close #255
  • Loading branch information
Toilal committed Jan 18, 2016
1 parent a39e019 commit 95dd3c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guessit/rules/properties/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def container():

rebulk.defaults(name='container',
validator=seps_surround,
formatter=lambda s: s.upper(),
conflict_solver=lambda match, other: match
if other.name in ['format',
'video_codec'] or other.name == 'container' and 'extension' in other.tags
Expand Down

0 comments on commit 95dd3c4

Please sign in to comment.