-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP Error 410: Gone #121
Comments
me too
|
this project is dead |
got same( |
same |
this project is dead there is an issue for the same (or very similar) thing on the original pytube pytube repo i uninstalled pytube3
then downloading one of the streams by itag worked fine (although the webm has no audio, last time i used pytube, webms downloaded with audio and video... oh well, i guess i'll figure that out too) |
the video only webm is dash versus progressive i thought this might be the cause downloading dash streams requires download separate streaams, one audio and one video, then post-processing with ffmpeg or something similar so if there are progressive streams available for your video, that's obviously the most convenient to download cheers! |
yeah guys, use the original pytube repo, it has a bigger community and more help |
On running,
import pytube
from pytube import YouTube
yt = YouTube('https://www.youtube.com/watch?v=fJmZwtgToxM')
I'm getting,
_HTTPError Traceback (most recent call last)
in ()
1 from pytube import YouTube
----> 2 yt = YouTube('https://www.youtube.com/watch?v=fJmZwtgToxM')
14 frames
/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 raise HTTPError(req.full_url, code, msg, hdrs, fp)
650
651 class HTTPRedirectHandler(BaseHandler):
HTTPError: HTTP Error 410: Gone_
The text was updated successfully, but these errors were encountered: