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.
Safaribooksonline - ERROR: brightcove said: This player is not enabled for access without key. #7491
Comments
|
As explained in the bug reporting instructions post the url you have problems with and the full output you get when running |
|
As requested: youtube-dl --autonumber-size 3 -o "%(autonumber)s - %(title)s.%(ext)s" https://www.safaribooksonline.com/library/view/red-hat-certified/9780133929171/ --username MYUSER --password MYPASSWORD --verbose NOTE: site requires subscription so i've edited out my details, but you should be able to get a 7 day free trial to test. Thanks, |
|
Jeromes-Air:~ jerome$ youtube-dl --version Still the same thing. Anything I can do assist? |
|
Looking into this issue it appears they have switched provider and are now using Kaltura instead of Brightcove, so when it tries to download via Brightcove the above error is returned. |
|
It's an odd one, because a valid BrightCove object is returned. I don't understand the code well enough to fix this, but if there's anything I can do to help, please shout. I'd love to see a fix for this. |
|
I am having the same problem and I got to the same conclusion as @addersuk. I tried to workaround the problem and make it use Kaltura extractor. But the full URL for the video is only available at the DOM after a bunch of execution of JavaScript and I couldn't make it work. Is anyone looking at this? |
|
Hi @remitamine - is your change checked in? I have an account, I'll test it now. Thank you very much for looking into this. More info to follow... |
|
no, i just read the js code and extract the method, i didn't work on the python code because most of the videos work only with account so it's not worth to add the python code to support only few free videos. |
|
Ah, I see - I agree. What's the next step, then? |
|
if you or another one that has access:
or:
|
|
Hi,
Thanks for the feedback! On 2016-03-10 19:15, remitamine wrote:
|
|
the method i point at before should not work directly for payed videos as they use Kaltura session protected videos.
https://blog.kaltura.com/create-ks-protected-videos-with-free-preview/
adding support for the site in youtube-dl is not a reason to signup for trial with fake identity. |
[safari] extract free and preview videos(#7491)
I'm seeing this error on the latest version I just grabbed.
Trying to grab off Safaribooksonline.com and I see:
ERROR: brightcove said: This player is not enabled for access without key.
Any ideas?
Running:
youtube-dl --version
2015.11.13
Thanks,