sajibcse68 / linkedin-learning-downloader

JavaScript script to Download videos, transcripts and exercise files from LinkedIn Course!
MIT License
6 stars 3 forks source link

LinkedIn Learning Downloader

JavaScript script to Download videos, transcripts and exercise files from LinkedIn Course!

How it works

Download All Dependencies

Go to the project directory using terminal & run

npm install

Update the .env file adding your Linkedin username(email), password, course-url

LINKEDIN_EMAIL=<email>
LINKEDIN_PASSWORD=<password>
LINKEDIN_COURSE=<course-url>
# put LINKEDIN_COURSE=learning-react-js-2018 if url is https://www.linkedin.com/learning/learning-react-js-2018

Download the course!

$ node ./index.js