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

VEVO extractor broken #5026

Closed
blissland opened this issue Feb 22, 2015 · 3 comments
Closed

VEVO extractor broken #5026

blissland opened this issue Feb 22, 2015 · 3 comments
Labels

Comments

@blissland
Copy link
Contributor

@blissland blissland commented Feb 22, 2015

Running vevo using test URL:

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.vevo.com/watch/hurts/somebody-to-die-for/GB1101300280']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.02.21
[debug] Git HEAD: e086e0e
[debug] Python version 2.7.3 - Linux-3.18.5+-armv6l-with-debian-7.8
[debug] exe versions: avconv 9.14-6, avprobe 9.14-6, ffmpeg 0.8.16-6, rtmpdump 2.4
[debug] Proxy map: {}
ERROR: Vevo said: Hmm, something went sideways! Please try another video.
Traceback (most recent call last):
  File "youtube_dl/YoutubeDL.py", line 643, in extract_info
ie_result = ie.extract(url)
  File "youtube_dl/extractor/common.py", line 269, in extract
return self._real_extract(url)
  File "youtube_dl/extractor/vevo.py", line 180, in _real_extract
raise ExtractorError('%s said: %s' % (self.IE_NAME, response['statusMessage']), expected=True)
ExtractorError: Vevo said: Hmm, something went sideways! Please try another video.
@dstftw dstftw added the broken-IE label Feb 22, 2015
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Feb 22, 2015

I just tested a few minutes ago and I get the error, but it's working fine now. Does it work for you now?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 22, 2015

Yep, looks like it does work now.

@blissland
Copy link
Contributor Author

@blissland blissland commented Feb 22, 2015

Yes seems to work fine now - Thanks for looking into it so quickly!

@blissland blissland closed this Feb 22, 2015
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
3 participants
You can’t perform that action at this time.