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

support for bambuser.com ? #1702

Closed
silpol opened this issue Nov 2, 2013 · 2 comments
Closed

support for bambuser.com ? #1702

silpol opened this issue Nov 2, 2013 · 2 comments
Assignees

Comments

@silpol
Copy link

@silpol silpol commented Nov 2, 2013

please be advised that:

  • bambuser can do both live and archive (live which has finished), and it might be wise to make only finished videos downloaded
  • bambuser.com can have both direct video URLs and user URLs, so it might be valuable to have both bambuser.com and bambuser.com:user schemes
  • for what it is worth, Bambuser's API is here http://bambuser.com/api

below is trace output as requested:

user@hostname:~$ youtube-dl --verbose http://bambuser.com/v/4050584
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://bambuser.com/v/4050584']
[debug] youtube-dl version 2013.10.30
[debug] Python version 2.7.4 - Linux-3.8.0-32-generic-i686-with-Ubuntu-13.04-raring
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
[generic] 4050584: Downloading webpage
[generic] 4050584: Extracting information
ERROR: Unsupported URL: http://bambuser.com/v/4050584; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 342, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 122, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 196, in _real_extract
raise ExtractorError(u'Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://bambuser.com/v/4050584; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.

@silpol
Copy link
Author

@silpol silpol commented Nov 2, 2013

and just in case, there is metadata sub-API so it might be worth to fetch metadata. http://bambuser.com/api/feeds

@ghost ghost assigned jaimeMF Nov 2, 2013
@jaimeMF jaimeMF closed this in 165e3bb Nov 2, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Nov 2, 2013

Added support for archived videos and channels. It will be available in the next release.

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.