allmovie: parse runtime
This commit is contained in:
parent
8c9647c28a
commit
a2b00c795f
1 changed files with 1 additions and 1 deletions
|
@ -56,5 +56,5 @@ def parseList(html, title):
|
||||||
return map(lambda x: stripTags(x), findRe(html, '<span>%s</span>(.*?)</table>' % title).split('</li><li>'))
|
return map(lambda x: stripTags(x), findRe(html, '<span>%s</span>(.*?)</table>' % title).split('</li><li>'))
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
print getMovieData('177524')['runtime']
|
print getMovieData('177524')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue