allmovie: parse runtime

This commit is contained in:
Rolux 2008-07-25 16:44:15 +02:00
parent 8c9647c28a
commit a2b00c795f
1 changed files with 1 additions and 1 deletions

View File

@ -56,5 +56,5 @@ def parseList(html, title):
return map(lambda x: stripTags(x), findRe(html, '<span>%s</span>(.*?)</table>' % title).split('</li><li>'))
if __name__ == '__main__':
print getMovieData('177524')['runtime']
print getMovieData('177524')