How to Download LinuxAcademy.com Videos.
GDrive Download Lik: https://drive.google.com/open?id=0By8...
Requirement.
1. Of course LinuxAcademy.com valid credentials.
2. Python-3.5.*
https://www.python.org/downloads/rele...
3. PyCrypto-wheels
https://github.com/sfbahr/PyCrypto-Wh...
4. LinuxAcademy-dl
https://github.com/vassim/linuxacadem...
Example LinuxAcademy.com link.
https://linuxacademy.com/cp/modules/v...
Steps to Follow
1. Download and Install Python-3.5.3
2. Open Command Prompt as Administrator
3. To install PyCrypto 2.6.1 for a 64-bit Python 3.5
pip install --use-wheel --no-index --find-links=https://github.com/sfbahr/PyCrypto-Wh... pycrypto
4. To install LinuxAcademy-dl
pip install linuxacademy-dl
5. md C:\LinuxAcademy
6. linuxacademy-dl -u username -p Password -o C:\LinuxAcademy\ https://linuxacademy.com/cp/modules/v...
Keep learning, keep sharing & keep moving forward!
Enjoy!