include summary in results
This commit is contained in:
parent
bc655b4134
commit
fab1f86987
2 changed files with 8 additions and 3 deletions
|
|
@ -43,6 +43,8 @@ def parse_movie_path(path):
|
|||
else:
|
||||
title = parts[0]
|
||||
title = title.replace('_ ', ': ')
|
||||
if title.endswith('_'):
|
||||
title = title[:-1] + '.'
|
||||
|
||||
year = findRe(title, '(\(\d{4}\))')
|
||||
if not year:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue