[cineoob] new command : biography
This commit is contained in:
parent
393800e7fd
commit
27c36d412b
5 changed files with 67 additions and 17 deletions
|
|
@ -62,3 +62,6 @@ class ImdbBackend(BaseBackend, ICapCinema):
|
|||
|
||||
def iter_movie_persons_ids(self, id):
|
||||
return self.browser.iter_movie_persons_ids(id)
|
||||
|
||||
def get_person_biography(self,id):
|
||||
return self.browser.get_person_biography(id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue