From 2d65dcd16ab65918f6cec15155448b0074d3131e Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 25 Feb 2013 19:18:14 +0530 Subject: [PATCH] parse color and sound --- ox/web/imdb.py | 10 ++++++++++ 1 file changed, 10 insertions(+) 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': [