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.
Brightcove Extractor issue... #1929
Comments
|
Fixed, thanks for the report. |
|
I believe this issue to be fixed in youtube-dl 2013.12.09.4 and newer. Type |
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.