gpt4 book ai didi

python - "KeyError: title"与 PyTube

转载 作者:行者123 更新时间:2023-11-28 16:56:38 24 4
gpt4 key购买 nike

我有以下代码:

from pytube import YouTube

yt = YouTube('https://www.youtube.com/watch?v=9bZkp7q19f0')
print(yt.title)

我被抛出以下错误

Traceback (most recent call last):
File "C:\Users\tom\Desktop\Desktop\archiver.py", line 4, in <module>
print(yt.title)
File "C:\Users\tom\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pytube\__main__.py", line 254, in title
return self.player_config_args['title']
KeyError: 'title'

这里出了什么问题?

最佳答案

很多人都遇到了这个问题,建议尝试做的是在这个 pull request 中提到的以下更改。

https://github.com/nficano/pytube/pull/435/files .

关于python - "KeyError: title"与 PyTube,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57733525/

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