remove debug
This commit is contained in:
parent
e8d37289c0
commit
e2511ee9a3
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ def getMovieInfo(imdbId):
|
||||||
title = ''
|
title = ''
|
||||||
year = ''
|
year = ''
|
||||||
html_title = findRe(data, '<div id="tn15title">(.*?)</div>')
|
html_title = findRe(data, '<div id="tn15title">(.*?)</div>')
|
||||||
print html_title
|
|
||||||
if not html_title:
|
if not html_title:
|
||||||
html_title = findRe(data, '<title>(.*?)</title>')
|
html_title = findRe(data, '<title>(.*?)</title>')
|
||||||
if html_title:
|
if html_title:
|
||||||
|
|
Loading…
Reference in a new issue