mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 06:42:16 +00:00
Added regex match-groups to valid-data-dicts
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user