Skip to content

Simple script to download videos, transcripts and exercise files from the courses of your choice!

License

Notifications You must be signed in to change notification settings

ggrangia/linkedin_learning_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkedin_learning_downloader

Simple script to download videos, transcripts and exercise files from the courses of your choice!

How it works

You need a Linkedin Premium Account.
You need to have Node.js installed.
Download the project.
Open the terminal in the project folder and type:

npm install

to download necessary modules. (N.B. Puppeteer is a biiiig module).
Modifiy the .env file adding your Linkedin username(email) and password.
In order to properly set the LINKEDIN_COURSE, open the course you are interested in, e.g.:

https://www.linkedin.com/learning/node-js-deploying-applications

The last part of the url is what we are interested in.

node-js-deploying-applications

The .env file should look like this:

LINKEDIN_EMAIL=your.linkedin@email.com
LINKEDIN_PASSWORD=your_linkedin_password
LINKEDIN_COURSE=node-js-deploying-applications

Now, start the .js script to download the course:

node ./index.js

About

Simple script to download videos, transcripts and exercise files from the courses of your choice!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages