Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Pytube 通过这个脚本从 Youtube.com 下载视频。
从 pytube 导入 YouTube
yt = YouTube('http://youtube.com/watch?v=9bZkp7q19f0') yt.streams.first().download()
但是,当使用它并显示错误时:url_encoded_fmt_stream_map
我已经在互联网上研究了其他案例,但它们对我不起作用,想知道是否有可能污染此错误!。