From 3010321175dcd8d6cc007f47ee1a8f9ce3d5a4a1 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 12 Jul 2010 11:04:34 +0200 Subject: [PATCH] add original_title --- ox/web/imdb.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ox/web/imdb.py b/ox/web/imdb.py index c8b88da..345e875 100644 --- a/ox/web/imdb.py +++ b/ox/web/imdb.py @@ -95,6 +95,11 @@ class Imdb(SiteParser): 're': '(.*?)', 'type': 'list' }, + 'original_title': { + 'page': 'combined', + 're': '(.*?) (original title)', + 'type': 'string' + }, 'plot': { 'page': 'plotsummary', 're': '.*?

(.*?)',