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

Error when attempting to download a video from Vice #12157

Closed
whazzar opened this issue Feb 16, 2017 · 5 comments
Closed

Error when attempting to download a video from Vice #12157

whazzar opened this issue Feb 16, 2017 · 5 comments

Comments

@whazzar
Copy link

@whazzar whazzar commented Feb 16, 2017

Whily trying to download a video from Vice (Using youtube-dl 2017.02.16) I get confronted with the following error:

 youtube-dl https://video.vice.com/nl/video/vice-special-too-young-to-die/58a31e56d3b56ab07bae4187
 [Vice] vice-special-too-young-to-die: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure> (caused by URLError(SSLError(1, '_ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure'),))
@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Feb 16, 2017

Please paste the output of

youtube-dl -v https://video.vice.com/nl/video/vice-special-too-young-to-die/58a31e56d3b56ab07bae4187
@whazzar
Copy link
Author

@whazzar whazzar commented Feb 16, 2017

youtube-dl -v https://video.vice.com/nl/video/vice-special-too-young-to-die/58a31e56d3b56ab07bae4187
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://video.vice.com/nl/video/vice-special-too-young-to-die/58a31e56d3b56ab07bae4187']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2017.02.16
[debug] Python version 2.7.6 - Linux-3.13.0-37-generic-x86_64-with-LinuxMint-17.1-rebecca
[debug] exe versions: avconv 9.20-6, avprobe 9.20-6
[debug] Proxy map: {}
[Vice] vice-special-too-young-to-die: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 1] _ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure> (caused by URLError(SSLError(1, '_ssl.c:510: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure'),))
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 416, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2006, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1060, in https_open
    req, **kwargs)
  File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)


@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Feb 16, 2017

[debug] Python version 2.7.6 - Linux-3.13.0-37-generic-x86_64-with-LinuxMint-17.1-rebecca

Sorry, but Python 2.7.6 is too old. video.vice.com now requires a feature called SNI (Server Name Indication), which is available in > 2.7.9 and 3.x only. Please upgrade your Python.

@yan12125 yan12125 closed this Feb 16, 2017
@whazzar
Copy link
Author

@whazzar whazzar commented Feb 16, 2017

I have python3.5 installed now. How can I tell youtube-dl to use that version?

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Feb 16, 2017

python3.5 /usr/local/bin/youtube-dl
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.