In this blog we will see how to download LinkedIn learning videos and courses. quick setup and you will be able to download videos and courses.
We will use Python3 program to download these videos. It creates separate folder for each course and rename all downloaded videos with video name so that they will be ordered properly.
You have to specify the list of course name and program is capable of downloading LinkedIn learning courses/videos.
https://github.com/J3Patel/linkedin-learning-video-downloader
GitHUB
Based on mclmza’s linkedin-learning-downloader
Dependencies
- Python 3.6
- aiohttp
- lxml
Please use this script for your own purposes.
This script was written for educational usage only.
Make sure your LinkedIn account is NOT protected with 2FA
- Install dependencies.
pip install -r requirements.txt
- Edit config.py file (username, password and courses slugs).
e.g:
COURSE URL: https://www.linkedin.com/learning/learning-autodesk-inventor/creating-a-base-extrusion
->
SLUG: learning-autodesk-inventor
- Start downloading
python3 linkedin_learning.py
Don’t forget to Subscribe on YouTube!