From 8ba5b2097a41903d815b901d7dc23d6237e37bfd Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 29 Oct 2011 01:25:43 +0200 Subject: [PATCH] aspectratio --- ox/web/imdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox/web/imdb.py b/ox/web/imdb.py index f65dff2..9d647cd 100644 --- a/ox/web/imdb.py +++ b/ox/web/imdb.py @@ -40,7 +40,7 @@ class Imdb(SiteParser): 'type': 'list' }, - 'aspectRatio': { + 'aspectratio': { 'page': 'combined', 're': 'Aspect Ratio:
([\d\.]+)', 'type': 'float',