我想使用 IMDbY 中的 IMDBPY 检索特定电影 ID 的情节关键字。有什么想法吗?我只知道
from imdb import IMDb ia = IMDb() # get a movie and print its name the_matrix = ia.get_movie('0133094') print(the_matrix)
python information-retrieval imdb imdbpy
imdb ×1
imdbpy ×1
information-retrieval ×1
python ×1