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.
[bambuser] Add support for authentication and private videos #5478
Comments
|
Can you watch it in browser? |
|
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 ? |
|
No, login is not supported yet. |
|
Okay thank you very much support for the quick answer ! |
|
Authentication will be supported in the next version. However, I can't check private video since I still get |
|
Great to hear |
|
You can fetch the latest sources following steps 1 through 3 of our developer instructions or just download and unpack master.zip. Then run |
|
I can confirm it works perfectly |
|
That's enough. Thanks. |
|
This has been fixed in youtube-dl 2015.04.26. See our FAQ if you have problems updating. |
|
Thank you, I've updated to latest youtube-dl version and it is now working perfectly with private videos. |
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.