From 3aea2cd96885d29ff6ca09b2b647c1b7373d15f2 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 2 Jan 2013 13:29:08 +0100 Subject: [PATCH] Simpler CP tag regex --- couchpotato/core/plugins/scanner/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/scanner/main.py b/couchpotato/core/plugins/scanner/main.py index 2a1d3078..971fece5 100644 --- a/couchpotato/core/plugins/scanner/main.py +++ b/couchpotato/core/plugins/scanner/main.py @@ -89,7 +89,7 @@ class Scanner(Plugin): '()([ab])(\.....?)$' #*a.mkv ] - cp_imdb = '(\.cp\((?Ptt[0-9{7}]+)\))' + cp_imdb = '(.cp.(?Ptt[0-9{7}]+).)' def __init__(self):