>> actor["id"] Tra-6ren">
gpt4 book ai didi

python - 电影 imdb 获取 Actor 的 id

转载 作者:太空宇宙 更新时间:2023-11-04 08:47:17 24 4
gpt4 key购买 nike

我有一个 Actor 对象,它有名字和id,我可以取名字,但不能取id

请看

>>> actor
<Person id:0000199[http] name:_Pacino, Al_>
>>> actor["name"]
u'Al Pacino'
>>> actor["id"]
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IMDbPY-5.0-py2.7-macosx-10.6-intel.egg/imdb/utils.py", line 1469, in __getitem__
rawData = self.data[key]
KeyError: 'id'
>>>

最佳答案

使用 Person 对象的 .personID 属性:

actor.personID

关于python - 电影 imdb 获取 Actor 的 id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39133599/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com