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')