.
This commit is contained in:
parent
ae6b2abaaf
commit
d76b607363
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ def parse_movie_path(path):
|
|||
director = []
|
||||
|
||||
#extension/language
|
||||
fileparts = parts[-1].split('.')
|
||||
fileparts = [x.replace('||', '. ') for x in parts[-1].replace('. ', '||').split('.')]
|
||||
extension = fileparts[-1]
|
||||
|
||||
if len(fileparts[-2]) == 2:
|
||||
|
|
Loading…
Reference in a new issue