diff --git a/ox/web/imdb.py b/ox/web/imdb.py index 5e62825..5fa0598 100644 --- a/ox/web/imdb.py +++ b/ox/web/imdb.py @@ -200,7 +200,7 @@ class Imdb(SiteParser): # 'type': 'list' #}, 'runtime': zebra_list('Runtime'), - 'color': zebra_list('Color', more=['(.*?)']), + 'color': zebra_list('Color', more=['([^(<]+)', strip_tags]), 'sound': zebra_list('Sound Mix', more=['(.*?)']), 'season': {