[cineoob] new command movies_in_common
This commit is contained in:
parent
efaee3a661
commit
a6430c96b3
5 changed files with 67 additions and 3 deletions
|
|
@ -56,3 +56,6 @@ class ImdbBackend(BaseBackend, ICapCinema):
|
|||
|
||||
def iter_person_movies(self, id):
|
||||
return self.browser.iter_person_movies(id)
|
||||
|
||||
def iter_person_movies_ids(self, id):
|
||||
return self.browser.iter_person_movies_ids(id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue