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