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.
ustream:channel download failure #9407
Comments
|
Are you trying to download http://www.ustream.tv/recorded/86423931? It works now:
Closing as it looks like a temporary UStream server-side issue. Please paste the full verbose log (not omitting anything) if the problem persists. |
|
Yes, I can download it now, but it has been an intermittent issue several days ago (but I could nevertheless watch it in browser, so IMHO there had to be a way for yt-dl to download it). Anyway, even if this is a server side failure, maybe it would deserve a better reaction on the side of yt-dl instead of just a stacktrace. |
|
I see. Please leave a comment if the problem appears again. |
|
I has been working great several days in a row, but now failed again. youtube-dl --verbose --write-pages http://www.ustream.tv/channel/sauces-cam 2>&1 | tee _logzip -r youtube-dl--sauces-cam--failure.zip youtube-dl--sauces-cam--failureyoutube-dl--sauces-cam--failure.zip P.S. This may or may not be related: after I have started playback in the browser and waited for the annoying ads to finish, youtube-dl has successfully started its download. |
$ youtube-dl --version
2016.05.01
$ youtube-dl http://www.ustream.tv/channel/sauces-cam
...
File "/home/uken/.local/lib64/python3.5/site-packages/youtube_dl/extractor/common.py", line 885, in _formats_key
proto_preference = 0 if determine_protocol(f) in ['http', 'https'] else -0.1
File "/home/uken/.local/lib64/python3.5/site-packages/youtube_dl/utils.py", line 2020, in determine_protocol
if url.startswith('rtmp'):
AttributeError: 'NoneType' object has no attribute 'startswith'
$ curl -s https://api.ustream.tv/videos/86423931.json
..."media_urls":{"flv":null}...