From a2b00c795f7b0b40d70d3ba3f86df98b4b447ccc Mon Sep 17 00:00:00 2001 From: Rolux Date: Fri, 25 Jul 2008 16:44:15 +0200 Subject: [PATCH] allmovie: parse runtime --- oxweb/allmovie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxweb/allmovie.py b/oxweb/allmovie.py index d22d578..f0c4fac 100644 --- a/oxweb/allmovie.py +++ b/oxweb/allmovie.py @@ -56,5 +56,5 @@ def parseList(html, title): return map(lambda x: stripTags(x), findRe(html, '%s(.*?)' % title).split('
  • ')) if __name__ == '__main__': - print getMovieData('177524')['runtime'] + print getMovieData('177524')