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

Blip - unable to extract video_id #3573

Closed
tycode opened this issue Aug 23, 2014 · 1 comment
Closed

Blip - unable to extract video_id #3573

tycode opened this issue Aug 23, 2014 · 1 comment

Comments

@tycode
Copy link

@tycode tycode commented Aug 23, 2014

[23:18:42] $ youtube-dl --verbose --list-formats http://roosterteeth.com/archive/?id=8162
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '--list-formats', 'http://roosterteeth.com/archive/?id=8162']
WARNING: Assuming --restrict-filenames since file system encoding cannot encode all charactes. Set the LC_ALL environment variable to fix this.
[debug] Encodings: locale ANSI_X3.4-1968, fs ascii, out ANSI_X3.4-1968, pref ANSI_X3.4-1968
[debug] youtube-dl version 2014.08.23
[debug] Python version 3.4.1 - Linux-3.15.8-1-ARCH-x86_64-with-arch
[debug] Proxy map: {}
[generic] ?id=8162: Requesting header
WARNING: Falling back on generic information extractor.
[generic] ?id=8162: Downloading webpage
[generic] ?id=8162: Extracting information
[BlipTV] gfoVg5a: Resolving lookup id
ERROR: Unable to extract video_id; 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 "/home/rob/config/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 520, in extract_info
    ie_result = ie.extract(url)
  File "/home/rob/config/bin/youtube-dl/youtube_dl/extractor/common.py", line 170, in extract
    return self._real_extract(url)
  File "/home/rob/config/bin/youtube-dl/youtube_dl/extractor/bliptv.py", line 63, in _real_extract
    video_id = self._search_regex(r'data-episode-id="([0-9]+)', info_page, 'video_id')
  File "/home/rob/config/bin/youtube-dl/youtube_dl/extractor/common.py", line 391, in _search_regex
    raise RegexNotFoundError(u'Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract video_id; 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.

Other roosterteeth videos seem to work fine ( http://roosterteeth.com/archive/?id=8135 for example)

@phihag phihag closed this in 1f8b6af Aug 24, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Aug 24, 2014

Thank you for the report. This has been fixed in youtube-dl 2014.08.24.1. 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
2 participants
You can’t perform that action at this time.