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

new.livestream.com unsupported #3513

Closed
thisisparker opened this issue Aug 13, 2014 · 1 comment
Closed

new.livestream.com unsupported #3513

thisisparker opened this issue Aug 13, 2014 · 1 comment

Comments

@thisisparker
Copy link

@thisisparker thisisparker commented Aug 13, 2014

Livestream appears to be rolling out a new layout and youtube-dl cannot find the player URL. I used http://new.livestream.com/uspto/roundtable3/videos/57832990.

$ youtube-dl --verbose http://new.livestream.com/uspto/roundtable3/videos/57832990
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://new.livestream.com/uspto/roundtable3/videos/57832990']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.08.10
[debug] Python version 2.7.1 - Darwin-11.4.2-x86_64-i386-64bit
[debug] Proxy map: {}
[livestream] 57832990: Downloading webpage
ERROR: Unable to extract player url; 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 516, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 170, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/livestream.py", line 124, in _real_extract
    og_video = self._og_search_video_url(webpage, 'player url')
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 468, in _og_search_video_url
    return self._html_search_regex(regexes, html, name, **kargs)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 401, in _html_search_regex
    res = self._search_regex(pattern, string, name, default, fatal, flags)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 391, in _search_regex
    raise RegexNotFoundError(u'Unable to extract %s' % _name)
@thisisparker
Copy link
Author

@thisisparker thisisparker commented Aug 13, 2014

I found a workaround: using the player URL from the embed link (in this case http://new.livestream.com/accounts/4828334/events/2947090/videos/57832990/player) still seems to work with the current Livestream settings.

@dstftw dstftw closed this in 664718f Aug 14, 2014
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.