我想使用 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)