diff --git a/oxweb/imdb.py b/oxweb/imdb.py index 26c07a4..66fc503 100644 --- a/oxweb/imdb.py +++ b/oxweb/imdb.py @@ -74,7 +74,7 @@ def getMovieInfo(imdbId): if k.endswith('more'): k=k[:-len('more')].strip() return k txt = cleanUp(txt) - if title not in ('plot', 'trivia', 'filming locations', 'mpaa'): + if title not in ('plot', 'trivia', 'filming locations', 'mpaa', 'tagline'): if '|' in txt: txt = [cleanUp(k) for k in txt.split('|')] elif ', ' in txt: