Added regex match-groups to valid-data-dicts

This commit is contained in:
dbr
2008-06-22 21:22:06 +09:30
parent 5b5b9746f1
commit 83b0a5f333

View File

@@ -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: