Getting movie ID from filmography in IMDbPy results
问题 I'm trying to create a dataset that allows me to join actors and movies based on actor IDs and movie IDs from the Python IMDb API. Right now, I am trying to extract a list of movie IDs from an actor's filmography and cannot do it. For example, I know the ID for Rodney Dangerfield on IMDb is 0001098. I can see his whole filmography with: from imdb import IMDb ia = IMDb() actor_results = ia.get_person_filmography('0001098') which returns a large dictionary. I can see the most recent movie where