Skip to content

Instantly share code, notes, and snippets.

@iggyvolz
Created February 2, 2015 18:05
Show Gist options
  • Save iggyvolz/8e4a71a871a2c2216ad8 to your computer and use it in GitHub Desktop.
Save iggyvolz/8e4a71a871a2c2216ad8 to your computer and use it in GitHub Desktop.
NFL youtube-dl error
$ youtube-dl --verbose "http://www.nfl.com/news/story/0ap3000000467586/article/patriots-seahawks-involved-in-lategame-skirmish"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.nfl.com/news/story/0ap3000000467586/article/patriots-seahawks-involved-in-lategame-skirmish']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.01.30.2
[debug] Python version 2.7.9 - Darwin-13.4.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 2.5.3, ffprobe 2.5.3, rtmpdump 2.4
[debug] Proxy map: {}
[nfl.com] 0ap3000000467586: Downloading webpage
ERROR: Unable to extract config URL; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 618, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 266, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/nfl.py", line 83, in _real_extract
r'(?:config|configURL)\s*:\s*"([^"]+)"', webpage, 'config URL'))
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 522, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract config URL; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment