ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.01k stars 10.01k forks source link

Support for VideoBam #2411

Closed arlateedaina closed 10 years ago

arlateedaina commented 10 years ago

NSFW link.

http://videobam.com/wxLSf (NSFW)

I think they might be using flowplayer. I don't know if there are already sites added that use it that may make this effort easier.

$ youtube-dl --verbose http://videobam.com/wxLSf
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://videobam.com/wxLSf']
[debug] Encodings: locale 'UTF-8', fs 'utf-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.02.19.1
[debug] Python version 2.7.5 - Darwin-13.0.0-x86_64-i386-64bit
[debug] Proxy map: {}
[generic] wxLSf: Requesting header
WARNING: Falling back on generic information extractor.
[generic] wxLSf: Downloading webpage
[generic] wxLSf: Extracting information
ERROR: Unsupported URL: http://videobam.com/wxLSf; 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/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 493, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 158, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 380, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://videobam.com/wxLSf; 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.
phihag commented 10 years ago

Thank you for the report. Support for VideoBam has been added in youtube-dl 2014.02.22.1. Type sudo youtube-dl -U to update.