[imdb] filmography page muuuuch more readable than person page

This commit is contained in:
Julien Veyssier 2013-03-06 00:19:00 +01:00
commit b91a1cd481
3 changed files with 55 additions and 42 deletions

View file

@ -347,7 +347,7 @@ class Cineoob(ReplApplication):
print >>sys.stderr, 'Person not found: %s' % id
return 3
self.change_path([u'biography'])
for backend, bio in self.do('get_person_biography', person.id):
print bio
self.flush()
if bio != NotAvailable:
self.flush()