-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
YouTube video fails with 404 on video data #18804
Comments
I also tested with videos from #17604 (comment) and they worked as expected (all working except the one with no embed + age restriction, but latter showin the appropriate error message) |
I don't think it has something to do with being age restricted.
|
Works for me |
Strange, now my video also works also for me. But it definitely didn't worked before. Maybe because it was uploaded only a few hours ago? |
Yes....I also catch this error of some videos and have problem with first video from this issue - oijg6zlPYrg First problems with live streams, now this. YouTube decided to ruin the lives of all of us? :) P.s. One more video with this problem - 6D9abFolBxs. I think this not age restricted also :) |
I get also 2 (!) different error for last video
|
Here is a log of another video with this or a similar problem of 404 of video data, if it's any help, although I don't think this video is age restricted, live stream, or recently added:
|
how i understand this problem for argument "-f bestvideo" or without any argumentd for a video format. all work fine with argument "-f best", but this argument - not best quality :( If you check the list of formats and manually select the required one, then the download takes place without problems. I believe that the problem is incorrect calculation of the best quality stream in the current version of the program. also need check this for "bestaudio" also |
Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2019.01.10.Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-v
flag to your command line you run youtube-dl with (youtube-dl -v <your command line>
), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
Download of this YouTube video fails with a 404 on the video data URL. It's age gated and can only be viewed in the browser when logged in.
The text was updated successfully, but these errors were encountered: