remove plural s
This commit is contained in:
parent
287ef26dff
commit
4c20349896
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ def parse_path(path):
|
||||||
search_title = oxdb_title(path, True)
|
search_title = oxdb_title(path, True)
|
||||||
r = {}
|
r = {}
|
||||||
r['title'] = oxdb_title(path)
|
r['title'] = oxdb_title(path)
|
||||||
r['directors'] = oxdb_directors(path)
|
r['director'] = oxdb_directors(path)
|
||||||
year = ox.findRe(path, '\((\d{4})\)')
|
year = ox.findRe(path, '\((\d{4})\)')
|
||||||
if year:
|
if year:
|
||||||
r['year'] = year
|
r['year'] = year
|
||||||
|
|
Loading…
Reference in a new issue