also remove full synopsis

This commit is contained in:
j 2008-05-25 17:31:24 +02:00
parent e2511ee9a3
commit e268ff3926
1 changed files with 1 additions and 0 deletions

View File

@ -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 = ''