diff --git a/ox/imdb.py b/ox/imdb.py index e1e94ec..38acf67 100644 --- a/ox/imdb.py +++ b/ox/imdb.py @@ -88,6 +88,7 @@ def getMovieInfo(imdbId): info['release date'] = info['release date'].split('\n')[0] if 'plot' in info: info['plot'] = info['plot'].split('| add synopsis')[0].strip() + info['plot'] = info['plot'].split('| full synopsis')[0].strip() #get Title title = ''