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

Issue with downloading videos of Gamespot #5707

Closed
pr-ravi opened this issue May 15, 2015 · 2 comments
Closed

Issue with downloading videos of Gamespot #5707

pr-ravi opened this issue May 15, 2015 · 2 comments
Assignees

Comments

@pr-ravi
Copy link

@pr-ravi pr-ravi commented May 15, 2015

I'm having trouble downloading video from the Gamespot site, and I had noticed issue #3517, and the suggestion was to open a new ticket in case of error reoccuring.
URL : http://www.gamespot.com/videos/the-witcher-3-wild-hunt-xbox-one-now-playing/2300-6424837/

Here's the output of running with -v :

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'http://www.gamespot.com/videos/the-witcher-3-wild-hunt-xbox-one-now-playing/2300-6424837/', u'--verbose', u'--write-pages']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.05.15
[debug] Python version 2.7.6 - Darwin-14.3.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 2.6.1, ffprobe 2.6.1
[debug] Proxy map: {}
[GameSpot] 6424837: Downloading webpage
[GameSpot] Saving request to 6424837_http_-www.gamespot.com_videos_the-witcher-3-wild-hunt-xbox-one-now-playing_2300-6424837.dump
ERROR: An extractor error has occured. (caused by KeyError(u'f4m_stream',)); 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 273, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/gamespot.py", line 38, in _real_extract
f4m_url = data_video['videoStreams']['f4m_stream']
KeyError: u'f4m_stream'
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 649, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 279, in extract
raise ExtractorError('An extractor error has occured.', cause=e)
ExtractorError: An extractor error has occured. (caused by KeyError(u'f4m_stream',)); 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.

@pr-ravi
Copy link
Author

@pr-ravi pr-ravi commented May 15, 2015

@jaimeMF jaimeMF self-assigned this May 15, 2015
@jaimeMF jaimeMF closed this in 34fe5a9 May 15, 2015
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 15, 2015

It will work in the next version, thanks for the report.

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.