[cineoob] new command persons_in_common
This commit is contained in:
parent
d1ff2b16fa
commit
0036ee21a7
5 changed files with 80 additions and 1 deletions
|
|
@ -59,3 +59,6 @@ class ImdbBackend(BaseBackend, ICapCinema):
|
|||
|
||||
def iter_person_movies_ids(self, id):
|
||||
return self.browser.iter_person_movies_ids(id)
|
||||
|
||||
def iter_movie_persons_ids(self, id):
|
||||
return self.browser.iter_movie_persons_ids(id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue