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.
support for bambuser.com ? #1702
Comments
|
and just in case, there is metadata sub-API so it might be worth to fetch metadata. http://bambuser.com/api/feeds |
|
Added support for archived videos and channels. It will be available in the next release. |
please be advised that:
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.