Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. [debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
  2. [debug] youtube-dl version 2018.06.19
  3. [debug] Python version 3.6.4 (CPython) - Darwin-17.5.0-x86_64-i386-64bit
  4. [debug] exe versions: ffmpeg 4.0.1, ffprobe 4.0.1
  5. [debug] Proxy map: {}
  6. ERROR: Unable to download webpage: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)> (caused by URLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)'),))
  7. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 598, in _request_webpage
  8. return self._downloader.urlopen(url_or_request)
  9. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 2211, in urlopen
  10. return self._opener.open(req, timeout=self._socket_timeout)
  11. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 526, in open
  12. response = self._open(req, data)
  13. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 544, in _open
  14. '_open', req)
  15. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 504, in _call_chain
  16. result = func(*args)
  17. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/youtube_dl/utils.py", line 1101, in https_open
  18. req, **kwargs)
  19. File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1320, in do_open
  20. raise URLError(err)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement