在 Pytube 中获取 Http 错误 404。这是什么原因?
getting Http error 404 in Pytube. What is reason for this?
此代码在 4 天前还能正常工作,现在显示错误。我尝试使用 pytube3,但这没有帮助。
from pytube import YouTube**
YouTube('https://www.youtube.com/watch?v=JbBsqmKclXE').streams**
HTTPError Traceback(最后一次调用)
在 ()
----> 1 个 YouTube('https://www.youtube.com/watch?v=JbBsqmKclXE').streams
14 帧
/usr/lib/python3.7/urllib/request.py in http_error_default(self, req, fp, code, msg, hdrs)
647 class HTTPDefaultErrorHandler(BaseHandler):
648 def http_error_default(self, req, fp, code, msg, hdrs):
--> 649 引发 HTTPError(req.full_url, code, msg, hdrs, fp)
650
651 class HTTPRedirectHandler(基础处理程序):
HTTPError:HTTP 错误 404:未找到
此问题已由 Ssuwani 修复。您可以从
安装 Pytube
pip install git+https://github.com/ssuwani/pytube
此代码在 4 天前还能正常工作,现在显示错误。我尝试使用 pytube3,但这没有帮助。
from pytube import YouTube**
YouTube('https://www.youtube.com/watch?v=JbBsqmKclXE').streams**
HTTPError Traceback(最后一次调用)
在 ()
----> 1 个 YouTube('https://www.youtube.com/watch?v=JbBsqmKclXE').streams
14 帧
/usr/lib/python3.7/urllib/request.py in http_error_default(self, req, fp, code, msg, hdrs)
647 class HTTPDefaultErrorHandler(BaseHandler):
648 def http_error_default(self, req, fp, code, msg, hdrs):
--> 649 引发 HTTPError(req.full_url, code, msg, hdrs, fp) 650 651 class HTTPRedirectHandler(基础处理程序):
HTTPError:HTTP 错误 404:未找到
此问题已由 Ssuwani 修复。您可以从
安装Pytube
pip install git+https://github.com/ssuwani/pytube