From 0d8cc6f94faee39e47e394cb558ea59c34a9cb12 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 23 Dec 2010 11:35:06 +0530 Subject: [PATCH] language too --- ox/web/imdb.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ox/web/imdb.py b/ox/web/imdb.py index a60265b..308e10b 100644 --- a/ox/web/imdb.py +++ b/ox/web/imdb.py @@ -119,7 +119,11 @@ class Imdb(SiteParser): }, 'languages': { 'page': 'combined', - 're': '(.*?)', + 're': [ + '
Language:
.*?
', + #'(.*?)', #links changed to work with existing caches, just take all links + '(.*?)', + ], 'type': 'list' }, 'plot': {