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.
Uncaught Exception "ValueError: unknown url type" Causing Stacktrace #3926
Comments
|
Thanks for the report, in the next version the generic extractor will redirect to the url with the protocol. |
|
This issue has been fixed in youtube-dl 2014.10.12. Type |
Running
youtube-dl www.vimeo.com/45684858results in:Running
youtube-dl http://vimeo.com/45684858causes youtube-dl to behave correctly and download the video.Should this exception be uncaught or should it be caught to allow for a clean exit without stack trace?