Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この映画のキャストを次のように取得できました。
#!/usr/bin/env python import imdb ia = imdb.IMDb() s_result = ia.search_movie('The Untouchables') the_unt = s_result[0] print the_unt['cast']
しかし、それはすべてのキャストを与えたので、私は映画のスターだけを探しています. たとえば、アル・パチーノはゴッドファーザーのスターです