add func
This commit is contained in:
parent
7c7f7e04be
commit
6eb3724419
@ -7,3 +7,12 @@ def get_movie(imdb_id):
|
|||||||
movie = ia.get_movie(imdb_id)
|
movie = ia.get_movie(imdb_id)
|
||||||
|
|
||||||
return movie
|
return movie
|
||||||
|
|
||||||
|
|
||||||
|
def get_movie_keywords(imdb_id):
|
||||||
|
ia = IMDb()
|
||||||
|
|
||||||
|
movie = ia.get_movie(imdb_id, info="keywords")
|
||||||
|
|
||||||
|
return movie
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user