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
131.38k stars 9.96k forks source link

Brightcove empty playlist #6015

Open eapubpbt opened 9 years ago

eapubpbt commented 9 years ago

./youtube-dl --verbose http://aptn.ca/blackstone/video/season-1/

[debug] System config: [] [debug] User config: [] [debug] Command-line args: [u'--verbose', u'http://aptn.ca/blackstone/video/season-1/'] [debug] Encodings: locale US-ASCII, fs US-ASCII, out US-ASCII, pref US-ASCII [debug] youtube-dl version 2015.06.15 [debug] Python version 2.7.9 - FreeBSD-8.2-STABLE-amd64-64bit-ELF [debug] exe versions: ffmpeg 0.11.3, ffprobe 0.11.3 [debug] Proxy map: {} [generic] season-1: Requesting header WARNING: Falling back on generic information extractor. [generic] season-1: Downloading webpage [generic] season-1: Extracting information [generic] Brightcove video detected. [download] Downloading playlist: Blackstone | SEASON 1 [generic] playlist Blackstone | SEASON 1: Collected 1 video ids (downloading 1 of them) [download] Downloading video 1 of 1 [Brightcove] AQ~~,AAAAEQEb72E~,MYPTzvrWinzoYROX3AWqzRir9E-Up5Qk: Downloading playlist information ERROR: Empty playlist; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. Traceback (most recent call last): File "./youtube-dl/youtube_dl/YoutubeDL.py", line 650, in extract_info ie_result = ie.extract(url) File "./youtube-dl/youtube_dl/extractor/common.py", line 273, in extract return self._real_extract(url) File "./youtube-dl/youtube_dl/extractor/brightcove.py", line 239, in _real_extract return self._get_playlist_info(player_key[0]) File "./youtube-dl/youtube_dl/extractor/brightcove.py", line 277, in _get_playlist_info raise ExtractorError('Empty playlist') ExtractorError: Empty playlist; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

yan12125 commented 9 years ago

Can you watch this video in browsers? I got neither videos nor error messages in Chrome.

RingoTheDog commented 9 years ago

The link works for me in a browser, but I get the same YouTube-DL error...

I posted (what I believe is) a similar issue here: https://github.com/rg3/youtube-dl/issues/5955 ...maybe you can see that video?

blackstone

yan12125 commented 9 years ago

Yes I can see the video in #5955. I've investigated it while I didn't find a solution. I'm not sure whether the two videos have the same problem in youtube-dl or not, either.