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

Brightcove Extractor issue... #1929

Closed
RingoTheDog opened this issue Dec 9, 2013 · 2 comments
Closed

Brightcove Extractor issue... #1929

RingoTheDog opened this issue Dec 9, 2013 · 2 comments
Labels
bug

Comments

@RingoTheDog
Copy link

@RingoTheDog RingoTheDog commented Dec 9, 2013

Brightcove extractor error below...
(couldn't see an issue already open, so sorry if this is a repost)
As always...thanks very much!

C:\Transmogrifier>youtube-dl.py -v http://bcove.me/b3bt2hud
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://bcove.me/b3bt2hud']
[debug] youtube-dl version 2013.12.09.2
[debug] Python version 2.7.3 - Windows-7-6.1.7601-SP1
[debug] Proxy map: {}
[redirect] Following redirect to http://link.brightcove.com/services/player/bcpi
d756015033001?bckey=AQ~~,AAAApYJi_Ck~,GxhXCegT1Dp39ilhXuxMJxasUhVNZiil&bctid=287
8862109001
[Brightcove] 2878862109001: Downloading webpage
[Brightcove] 2878862109001: Extracting information
ERROR: Unable to extract json; please report this issue on https://yt-dl.org/bug
. Be sure to call youtube-dl with the --verbose flag and include its complete o
utput. Make sure you are using the latest version; type youtube-dl -U to updat
e.
Traceback (most recent call last):
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 471, in e
xtract_info
ie_result = ie.extract(url)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\common.py", line 13
4, in extract
return self._real_extract(url)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\brightcove.py", lin
e 121, in _real_extract
return self._get_video_info(videoPlayer[0], query_str, query)
File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\brightcove.py", lin
e 135, in _get_video_info
info = self._search_regex(r'var experienceJSON = ({.*?});', webpage, 'json')

File "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\common.py", line 30
3, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract json; please report this issue on https://
yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include i
ts complete output. Make sure you are using the latest version; type youtube-dl
-U to update.

@jaimeMF jaimeMF closed this in 7752614 Dec 9, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 9, 2013

Fixed, thanks for the report.

@phihag
Copy link
Contributor

@phihag phihag commented Dec 9, 2013

I believe this issue to be fixed in youtube-dl 2013.12.09.4 and newer. Type youtube-dl -U to update.

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
3 participants
You can’t perform that action at this time.