[imdb] filmography page muuuuch more readable than person page
This commit is contained in:
parent
27c36d412b
commit
b91a1cd481
3 changed files with 55 additions and 42 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue