remove debug
This commit is contained in:
parent
f3eaf4404f
commit
9e534ac1d5
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ def getMovieInfo(imdbId, timeout=-1):
|
||||||
title = stripTags(i[0]).strip().lower()
|
title = stripTags(i[0]).strip().lower()
|
||||||
if title in ('genre', ):
|
if title in ('genre', ):
|
||||||
txt = i[1].split('<a class="tn15more')[0].split('</div>')[0]
|
txt = i[1].split('<a class="tn15more')[0].split('</div>')[0]
|
||||||
print txt
|
|
||||||
else:
|
else:
|
||||||
txt= i[1]
|
txt= i[1]
|
||||||
txt = stripTags(txt).strip()
|
txt = stripTags(txt).strip()
|
||||||
|
|
Loading…
Reference in a new issue