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

zeit.de / brightcove: json error #2914

Closed
dingens opened this issue May 13, 2014 · 0 comments
Closed

zeit.de / brightcove: json error #2914

dingens opened this issue May 13, 2014 · 0 comments

Comments

@dingens
Copy link
Contributor

@dingens dingens commented May 13, 2014

I just got that. (Let me know if I can help with more details!)

$ youtube-dl http://www.zeit.de/video/2014-05/3546232931001/robotik-mini-drohnen-zum-selberbauen-fuer-alle --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.zeit.de/video/2014-05/3546232931001/robotik-mini-drohnen-zum-selberbauen-fuer-alle', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.05.13
[debug] Python version 3.4.0 - Linux-3.14.3-1-ARCH-x86_64-with-arch
[debug] Proxy map: {}
[generic] robotik-mini-drohnen-zum-selberbauen-fuer-alle: Requesting header
WARNING: Falling back on generic information extractor.
[generic] robotik-mini-drohnen-zum-selberbauen-fuer-alle: Downloading webpage
[generic] robotik-mini-drohnen-zum-selberbauen-fuer-alle: Extracting information
[generic] Brightcove video detected.
[download] Downloading playlist: Robotik: Mini-Drohnen zum Selberbauen für alle
[generic] playlist Robotik: Mini-Drohnen zum Selberbauen für alle: Collected 1 video ids (downloading 1 of them)
[download] Downloading video #1 of 1
[Brightcove] 3546232931001: Downloading webpage
[Brightcove] 3546232931001: 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 output. Make sure you are using the latest version; type  youtube-dl -U  to update.
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 161, in extract
    return self._real_extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/brightcove.py", line 174, in _real_extract
    videoPlayer[0], query_str, query, referer=referer)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/brightcove.py", line 190, in _get_video_info
    info = self._search_regex(r'var experienceJSON = ({.*?});', webpage, 'json')
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 377, in _search_regex
    raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.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 its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.

$ youtube-dl --version
2014.05.13

Thanks a lot!

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