在尝试从 python 下载 YouTube 视频时,我遇到了这个错误AttributeError: 'YouTube' object has no attribute 'get_videos'。
AttributeError: 'YouTube' object has no attribute 'get_videos'
最后一行导致错误。
import pytube link = "" yt = pytube.YouTube(link) videos = yt.get_videos()
谢谢!
python youtube video download pytube
download ×1
python ×1
pytube ×1
video ×1
youtube ×1