also remove full synopsis
This commit is contained in:
parent
e2511ee9a3
commit
e268ff3926
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ def getMovieInfo(imdbId):
|
||||||
info['release date'] = info['release date'].split('\n')[0]
|
info['release date'] = info['release date'].split('\n')[0]
|
||||||
if 'plot' in info:
|
if 'plot' in info:
|
||||||
info['plot'] = info['plot'].split('| add synopsis')[0].strip()
|
info['plot'] = info['plot'].split('| add synopsis')[0].strip()
|
||||||
|
info['plot'] = info['plot'].split('| full synopsis')[0].strip()
|
||||||
|
|
||||||
#get Title
|
#get Title
|
||||||
title = ''
|
title = ''
|
||||||
|
|
Loading…
Reference in a new issue