diff --git a/ox/web/imdb.py b/ox/web/imdb.py
index 99fbd9c..27c9144 100644
--- a/ox/web/imdb.py
+++ b/ox/web/imdb.py
@@ -216,13 +216,19 @@ class Imdb(SiteParser):
},
'color': {
'page': 'combined',
- 're': '
Color:
(.*?)',
- 'type': 'string'
+ 're': [
+ 'Color:
(.*?)
',
+ '(.*?)'
+ ],
+ 'type': 'list'
},
'sound': {
'page': 'combined',
- 're': 'Sound Mix:
(.*?)',
- 'type': 'string'
+ 're': [
+ 'Sound Mix:
(.*?)
',
+ '(.*?)'
+ ],
+ 'type': 'list'
},
'season': {
'page': 'combined',