From 7df07d8a617bcbf1c5faeb80e3de0fe23b0abcae Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 4 Jul 2008 12:24:48 +0200 Subject: [PATCH] tagline is not a dict --- oxweb/imdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: