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.
Some ustream videos can't be downloaded #12662
Comments
|
It seems that the video was deleted because it reached 30 day. |
|
http://www.ustream.tv/recorded/101156587 is also gone. Any new example? |
|
Closing as no response for a long time. Feel free to open a new issue if another Ustream video breaks youtube-dl. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.04.03. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
Description of the issue, suggested solution and other information
Hello.
Some (not all) videos from ustream as the one present in the output above are not supported by youtube-dl.
Here is the callstack of the execution interrupted right at the point where the problem appear:
Inside "InfoExtractor._download_json" the function "_download_webpage" is called to download a JSON-formatted file containing some infos about the video.
Here is the last few lines of a JSON file describing an ustream video that youtube-dl can download:
And the next snippet is from the JSON file of the video I'm trying to download:
It seems that the stream link (m3u8 file) is missing in the above JSON file.
Unfortunatly, I have no idea how to solve the issue. And my zero knowledge about python isn't helping me either.