IMDb から IMDBPY を使用して、特定の映画 ID のプロット キーワードを取得したいと考えています。私はそれを知っている
from imdb import IMDb
ia = IMDb()
# get a movie and print its name
the_matrix = ia.get_movie('0133094')
print(the_matrix)
IMDb から IMDBPY を使用して、特定の映画 ID のプロット キーワードを取得したいと考えています。私はそれを知っている
from imdb import IMDb
ia = IMDb()
# get a movie and print its name
the_matrix = ia.get_movie('0133094')
print(the_matrix)