diff --git a/oxweb/imdb.py b/oxweb/imdb.py index f714936..41e420a 100644 --- a/oxweb/imdb.py +++ b/oxweb/imdb.py @@ -84,7 +84,8 @@ def getMovieInfo(imdbId, timeout=-1): for i in re.compile('
(.*?):
(.*?)
')[0] + txt = i[1].split('Writing credits + section = re.compile('''name="(.*?)".*? href="/Glossary''', re.IGNORECASE).findall(g) if section: credits[section[0]] = creditList(g, section[0]) return credits