fork download
  1. $ python all-nlpclass-vids.py
  2. downloading 01 - Course Introduction (14:11).mp4
  3. Traceback (most recent call last):
  4. File "all-nlpclass-vids.py", line 22, in <module>
  5. urllib.urlretrieve (m.group(1), "%.2d - %s.mp4" % (cnt, re.sub("/","-",title)))
  6. File "/usr/lib/python2.7/urllib.py", line 93, in urlretrieve
  7. return _urlopener.retrieve(url, filename, reporthook, data)
  8. File "/usr/lib/python2.7/urllib.py", line 239, in retrieve
  9. fp = self.open(url, data)
  10. File "/usr/lib/python2.7/urllib.py", line 207, in open
  11. return getattr(self, name)(url)
  12. File "/usr/lib/python2.7/urllib.py", line 436, in open_https
  13. h.endheaders(data)
  14. File "/usr/lib/python2.7/httplib.py", line 954, in endheaders
  15. self._send_output(message_body)
  16. File "/usr/lib/python2.7/httplib.py", line 814, in _send_output
  17. self.send(msg)
  18. File "/usr/lib/python2.7/httplib.py", line 776, in send
  19. self.connect()
  20. File "/usr/lib/python2.7/httplib.py", line 1161, in connect
  21. self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file)
  22. File "/usr/lib/python2.7/ssl.py", line 381, in wrap_socket
  23. ciphers=ciphers)
  24. File "/usr/lib/python2.7/ssl.py", line 143, in __init__
  25. self.do_handshake()
  26. File "/usr/lib/python2.7/ssl.py", line 305, in do_handshake
  27. self._sslobj.do_handshake()
  28. IOError: [Errno socket error] [Errno 1] _ssl.c:504: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
  29.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty