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

Unable to download video from nytimes.com #8952

Closed
cheeni opened this issue Mar 24, 2016 · 0 comments
Closed

Unable to download video from nytimes.com #8952

cheeni opened this issue Mar 24, 2016 · 0 comments

Comments

@cheeni
Copy link

@cheeni cheeni commented Mar 24, 2016

youtube-dl --verbose http://nyti.ms/1RBkHyN
[debug] System config: []
[debug] User config: [u'--continue', u'--ignore-errors', u'--no-overwrites', u'--restrict-filenames', u'--audio-format', u'mp3', u'--output', u'%(autonumber)s-%(uploader)s-%(title)s.%(ext)s']
[debug] Command-line args: [u'--verbose', u'http://nyti.ms/1RBkHyN']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.03.18
[debug] Python version 2.7.10 - Darwin-15.3.0-x86_64-i386-64bit
[debug] exe versions: avconv present, avprobe present
[debug] Proxy map: {}
[generic] 1RBkHyN: Requesting header
[redirect] Following redirect to http://www.nytimes.com/video/dining/1194817104184/no-knead-bread.html?smid=pl-share
[NYTimes] 1194817104184: Downloading video JSON
ERROR: An extractor error has occurred. (caused by KeyError(u'byline',)); 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/extractor/common.py", line 320, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/nytimes.py", line 88, in _real_extract
return self._extract_video_from_id(video_id)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/nytimes.py", line 21, in _extract_video_from_id
uploader = video_data['byline']
KeyError: u'byline'
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 668, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 326, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'byline',)); 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.

Srinis-Mac-Pro:~ cheeni$ youtube-dl http://graphics8.nytimes.com/video/players/offsite/index.html?videoId=1194817104184
[generic] index: Requesting header
WARNING: Falling back on generic information extractor.
[generic] index: Downloading webpage
[generic] index: Extracting information
ERROR: Unsupported URL: http://graphics8.nytimes.com/video/players/offsite/index.html?videoId=1194817104184

@dstftw dstftw closed this in 993271d Mar 24, 2016
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.