We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ss-Xserve:cybrary-video-downloader-master sspatz$ python cybrary-video-downloader.py --quality 720 --course "https://www.cybrary.it/course/cissp/" --ssl False Username: sspatz Password: Traceback (most recent call last): File "cybrary-video-downloader.py", line 74, in <module> main() File "cybrary-video-downloader.py", line 70, in main login(username, password) File "cybrary-video-downloader.py", line 36, in login session.post('https://www.cybrary.it/wp-login.php', data=values, headers=headers) File "/Library/Python/2.7/site-packages/requests/sessions.py", line 555, in post return self.request('POST', url, data=data, json=json, **kwargs) File "/Library/Python/2.7/site-packages/requests/sessions.py", line 508, in request resp = self.send(prep, **send_kwargs) File "/Library/Python/2.7/site-packages/requests/sessions.py", line 618, in send r = adapter.send(request, **kwargs) File "/Library/Python/2.7/site-packages/requests/adapters.py", line 506, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='www.cybrary.it', port=443): Max retries exceeded with url: /wp-login.php (Caused by SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)'),)) sss-Xserve:cybrary-video-downloader-master sspatz$ python -c "import ssl; print ssl.OPENSSL_VERSION" OpenSSL 0.9.8zh 14 Jan 2016 sss-Xserve:cybrary-video-downloader-master sspatz$ python -c "from OpenSSL.SSL import SSLeay_version, SSLEAY_VERSION; print SSLeay_version(SSLEAY_VERSION)" OpenSSL 0.9.8zh 14 Jan 2016 sss-Xserve:cybrary-video-downloader-master sspatz$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ss-Xserve:cybrary-video-downloader-master sspatz$ python cybrary-video-downloader.py --quality 720 --course "https://www.cybrary.it/course/cissp/" --ssl False Username: sspatz Password: Traceback (most recent call last): File "cybrary-video-downloader.py", line 74, in <module> main() File "cybrary-video-downloader.py", line 70, in main login(username, password) File "cybrary-video-downloader.py", line 36, in login session.post('https://www.cybrary.it/wp-login.php', data=values, headers=headers) File "/Library/Python/2.7/site-packages/requests/sessions.py", line 555, in post return self.request('POST', url, data=data, json=json, **kwargs) File "/Library/Python/2.7/site-packages/requests/sessions.py", line 508, in request resp = self.send(prep, **send_kwargs) File "/Library/Python/2.7/site-packages/requests/sessions.py", line 618, in send r = adapter.send(request, **kwargs) File "/Library/Python/2.7/site-packages/requests/adapters.py", line 506, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='www.cybrary.it', port=443): Max retries exceeded with url: /wp-login.php (Caused by SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)'),)) sss-Xserve:cybrary-video-downloader-master sspatz$ python -c "import ssl; print ssl.OPENSSL_VERSION" OpenSSL 0.9.8zh 14 Jan 2016 sss-Xserve:cybrary-video-downloader-master sspatz$ python -c "from OpenSSL.SSL import SSLeay_version, SSLEAY_VERSION; print SSLeay_version(SSLEAY_VERSION)" OpenSSL 0.9.8zh 14 Jan 2016 sss-Xserve:cybrary-video-downloader-master sspatz$
The text was updated successfully, but these errors were encountered: