Simpler CP tag regex

This commit is contained in:
Ruud
2013-01-02 13:29:08 +01:00
parent f30cb9185c
commit 3aea2cd968
+1 -1
View File
@@ -89,7 +89,7 @@ class Scanner(Plugin):
'()([ab])(\.....?)$' #*a.mkv
]
cp_imdb = '(\.cp\((?P<id>tt[0-9{7}]+)\))'
cp_imdb = '(.cp.(?P<id>tt[0-9{7}]+).)'
def __init__(self):