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

Can't download specific video from VEVO #9513

Closed
nyuszika7h opened this issue May 16, 2016 · 1 comment
Closed

Can't download specific video from VEVO #9513

nyuszika7h opened this issue May 16, 2016 · 1 comment

Comments

@nyuszika7h
Copy link
Contributor

@nyuszika7h nyuszika7h commented May 16, 2016

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2016.05.10. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2016.05.10

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

Add -v flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):

>youtube-dl -v "http://www.vevo.com/watch/dove-cameron/Better-in-Stereo-%28from-Liv-and-Maddie%29/USWV21322440" -o "Better in Stereo.%(ext)s"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'http://www.vevo.com/watch/dove-cameron/Better-in-Stereo-%28from-Liv-and-Maddie%29/USWV21322440', '-o', 'Better in Stereo.%(ext)s']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2016.05.10
[debug] Python version 3.5.1 - Windows-10-10.0.10586-SP0
[debug] exe versions: ffmpeg N-79947-gcd244fa, ffprobe N-79947-gcd244fa
[debug] Proxy map: {'https': 'https://127.0.0.1:8888', 'http': 'http://127.0.0.1:8888'}
[Vevo] USWV21322440: Downloading video info
ERROR: Vevo said: Hmm, something went sideways! Please try another video.
Traceback (most recent call last):
  File "c:\program files\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 676, in extract_info
    ie_result = ie.extract(url)
  File "c:\program files\python35\lib\site-packages\youtube_dl\extractor\common.py", line 341, in extract
    return self._real_extract(url)
  File "c:\program files\python35\lib\site-packages\youtube_dl\extractor\vevo.py", line 225, in _real_extract
    self.IE_NAME, response['statusMessage']), expected=True)
youtube_dl.utils.ExtractorError: Vevo said: Hmm, something went sideways! Please try another video.

Description of your issue, suggested solution and other information

I can stream the video in the browser file and downloading the .m3u8 link I got from the network request inspector directly also works. Other videos can be downloaded normally with youtube-dl. This is the response:

HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Content-Type: application/json; charset=utf-8
Server: Microsoft-IIS/8.5
X-AspNet-Version: 4.0.30319
X-AspNetMvc-Version: 2.0
X-Powered-By: ASP.NET
X-Vevo-SN: WIN-7A37LTQO4TO
Content-Length: 328
Cache-Control: private, max-age=970
Date: Mon, 16 May 2016 09:56:02 GMT
Connection: close

{"video":null,"errorInfo":{"ytid":null},"isApproved":false,"isMonetizable":false,"statusMessage":"Hmm, something went sideways! Please try another video.","statusDetails":"Insufficient memory within specified address space range to continue the execution of the program.","statusCode":187,"countryCode":null,"languageCode":null}
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented May 16, 2016

It's fixed in git (7e8ddca) but not included in the latest release yet. Please wait for the next release.

@yan12125 yan12125 closed this May 16, 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
2 participants
You can’t perform that action at this time.