mirror of
https://github.com/nikdoof/tvorganise.git
synced 2026-01-31 10:08:20 +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:
|
if check:
|
||||||
# Valid file name
|
# Valid file name
|
||||||
valid.append({'path':cpath,'filename':cfile,
|
valid.append({'path':cpath,'filename':cfile,
|
||||||
'cext':cext})
|
'cext':cext, 'match':check[0]})
|
||||||
break # Found valid episode, skip to the next one
|
break # Found valid episode, skip to the next one
|
||||||
#end if
|
#end if
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user