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.
Enhancement request: graceful error handling and reporting on premature videos #4420
Comments
|
Thank you for the report. I believe this error to be fixed in youtube-dl 2014.12.10. Note that it's only the DASH manifest failing; you'll still get the video, only maybe in a lower quality. |
|
Thanks. In fact, I wrote a custom script that lists all formats with |
|
Why did you write a custom script? What's wrong with |
|
Oh, I didn't realize Anyway, there are still two things my script does that
|
I occasionally run into errors on newly uploaded YouTube videos. I ask YouTube to email me about new uploads of certain channels, and when the emails arrive, I will proceed to
youtube-dlthem. Sometimes the processing on YouTube's side may not be entirely done yet, and I end up getting dumps like the following one:Wait a couple minutes and the download finishes just fine.
Is it possible to employ more graceful error handling and (better yet) generate user-friendly error messages? (If that's not possible, maybe define some recognizable exceptions? Builtin exceptions are usually pretty hard to interpret.)