diff --git a/ox/web/imdb.py b/ox/web/imdb.py index f720bb7..99fbd9c 100644 --- a/ox/web/imdb.py +++ b/ox/web/imdb.py @@ -214,6 +214,16 @@ class Imdb(SiteParser): 're': '
Runtime:
.*?([0-9]+ sec|[0-9]+ min).*?
', 'type': 'string' }, + 'color': { + 'page': 'combined', + 're': '
Color:
(.*?)', + 'type': 'string' + }, + 'sound': { + 'page': 'combined', + 're': '
Sound Mix:
(.*?)', + 'type': 'string' + }, 'season': { 'page': 'combined', 're': [