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

NBC KeyError #6546

Closed
dd217 opened this issue Aug 13, 2015 · 3 comments
Closed

NBC KeyError #6546

dd217 opened this issue Aug 13, 2015 · 3 comments

Comments

@dd217
Copy link

@dd217 dd217 commented Aug 13, 2015

Anyone getting this error? It can be replicated on any NBC video from their site.
An extractor error has occured. (caused by KeyError(u'releaseUrl',));

Traceback (most recent call last):
File "./youtube-dl/youtube_dl/extractor/common.py", line 273, in extract
return self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/theplatform.py", line 111, in _real_extract
smil_url = config['releaseUrl'] + '&format=SMIL&formats=MPEG4&manifest=f4m'
KeyError: u'releaseUrl'
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 654, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 279, in extract
raise ExtractorError('An extractor error has occured.', cause=e)

using version: v2015.08.09
Have tried archived versions and it still produces the same error

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Aug 13, 2015

Which URL is causing this error?

@dd217
Copy link
Author

@dd217 dd217 commented Aug 13, 2015

http://www.nbc.com/parks-and-recreation/episode-guide/season-7/one-last-ride/712

along with every other video that is on their site.

@yan12125 yan12125 closed this in 2847914 Aug 13, 2015
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Aug 13, 2015

This should be fixed in 2847914. Please check it when the next version is released.

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.