Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bambuser] Add support for authentication and private videos #5478

Closed
joow opened this issue Apr 20, 2015 · 11 comments
Closed

[bambuser] Add support for authentication and private videos #5478

joow opened this issue Apr 20, 2015 · 11 comments

Comments

@joow
Copy link

@joow joow commented Apr 20, 2015

It looks like extracting a specific video from bambuser doesn't work (same issue with latest version on Windows) :
youtube-dl --verbose http://bambuser.com/v/5432431
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://bambuser.com/v/5432431']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.04.09
[debug] Python version 3.4.3 - Linux-3.19.3-3-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 2.6.1, ffprobe 2.6.1, rtmpdump 2.4
[debug] Proxy map: {}
[bambuser] 5432431: Downloading webpage
ERROR: An extractor error has occured. (caused by KeyError('title',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 275, in extract
return self._real_extract(url)
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/bambuser.py", line 47, in _real_extract
'title': info['title'],
KeyError: 'title'
Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 275, in extract
return self._real_extract(url)
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/bambuser.py", line 47, in _real_extract
'title': info['title'],
KeyError: 'title'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 651, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 281, in extract
raise ExtractorError('An extractor error has occured.', cause=e)
youtube_dl.utils.ExtractorError: An extractor error has occured. (caused by KeyError('title',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 20, 2015

Can you watch it in browser?

@joow
Copy link
Author

@joow joow commented Apr 20, 2015

I can if I log in as it is a private video. I tried using -u and -p option without luck. I guess extracting a private video is not supported, am I wrong ?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 20, 2015

No, login is not supported yet.

@joow
Copy link
Author

@joow joow commented Apr 20, 2015

Okay thank you very much support for the quick answer !

@joow joow closed this Apr 20, 2015
@dstftw dstftw reopened this Apr 20, 2015
@dstftw dstftw changed the title Unable to extract from bambuser [bambuser] Add support for login and private videos Apr 20, 2015
@dstftw dstftw changed the title [bambuser] Add support for login and private videos [bambuser] Add support for authentication and private videos Apr 20, 2015
dstftw added a commit that referenced this issue Apr 20, 2015
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 20, 2015

Authentication will be supported in the next version. However, I can't check private video since I still get You do not have access to this broadcast.

@joow
Copy link
Author

@joow joow commented Apr 21, 2015

Great to hear 😃.
I can help you to test authentication if needed.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 21, 2015

You can fetch the latest sources following steps 1 through 3 of our developer instructions or just download and unpack master.zip. Then run python -m youtube_dl -v http://bambuser.com/v/5432431. You'll need python instaled.

@joow
Copy link
Author

@joow joow commented Apr 21, 2015

I can confirm it works perfectly 😃. Thanks !
Let me know if you need more information or any kind of help.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 21, 2015

That's enough. Thanks.

@dstftw dstftw closed this Apr 21, 2015
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 26, 2015

This has been fixed in youtube-dl 2015.04.26. See our FAQ if you have problems updating.

@joow
Copy link
Author

@joow joow commented Apr 28, 2015

Thank you, I've updated to latest youtube-dl version and it is now working perfectly with private videos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.