from imdb import IMDb def get_movie(imdb_id): ia = IMDb() movie = ia.get_movie(imdb_id) return movie