Updated Caper to v0.2.5 - fixes 'H 264' tag bug
This commit is contained in:
@@ -19,7 +19,7 @@ from caper.parsers.anime import AnimeParser
|
||||
from caper.parsers.scene import SceneParser
|
||||
|
||||
|
||||
__version_info__ = ('0', '2', '4')
|
||||
__version_info__ = ('0', '2', '5')
|
||||
__version_branch__ = 'master'
|
||||
|
||||
__version__ = "%s%s" % (
|
||||
|
||||
@@ -85,9 +85,13 @@ PATTERN_GROUPS = [
|
||||
|
||||
(r'(?P<codec>%s)', [
|
||||
'x264',
|
||||
'XViD'
|
||||
'XViD',
|
||||
'H264'
|
||||
]),
|
||||
|
||||
# For 'H 264' tags
|
||||
('(?P<codec>H)', '(?P<codec>264)'),
|
||||
|
||||
(r'(?P<language>%s)', [
|
||||
'GERMAN',
|
||||
'DUTCH',
|
||||
|
||||
Reference in New Issue
Block a user