Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Question
Recently I was having trouble downloading a Youtube video which was running fine in a browser.
(Specifically
https://www.youtube.com/watch?v=XOd1WkUcRzY.)The error message that kept occuring was
HTTP Error 404: Not Found.After a bit of digging I discovered that my use of
--youtube-skip-dash-manifestwas what was causing the problem.I don't know much about DASH, but I find it surprising that the reported error was a 404 rather than something more specific.
I don't think I really know enough about the subject to determine whether this is actually a bug or not.
Is the 404 expected behaviour?