From 83b0a5f3335af8fe479f35e5479a797e78255b30 Mon Sep 17 00:00:00 2001 From: dbr Date: Sun, 22 Jun 2008 21:22:06 +0930 Subject: [PATCH] Added regex match-groups to valid-data-dicts --- 2checkTvEps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2checkTvEps.py b/2checkTvEps.py index 9e2f9c7..1f7b835 100755 --- a/2checkTvEps.py +++ b/2checkTvEps.py @@ -143,7 +143,7 @@ for cur in files: if check: # Valid file name valid.append({'path':cpath,'filename':cfile, - 'cext':cext}) + 'cext':cext, 'match':check[0]}) break # Found valid episode, skip to the next one #end if else: