Skip to content

LLCD is a simple python scraper tool that downloads video lessons from Linkedin Learning

Notifications You must be signed in to change notification settings

mypan/linkedin_learning_courses_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linkedin Learning Courses Downloader ☄️☄️☄️

v0.2: now works without webdriver

A simple python scraper tool that downloads video lessons from Linkedin Learning

How to use

In the config.py file, write your login info and fill the COURSES array with the slug of the courses you want to download, for example:

https://www.linkedin.com/learning/it-security-foundations-core-concepts/ -> it-security-foundations-core-concepts

USERNAME = 'user@email.com'
PASSWORD = 'password'

COURSES = [
    'it-security-foundations-core-concepts',
    'javascript-for-web-designers-2',
    ...
]

You can either run docker-compose or run the code locally.

docker-compose

You need to have docker installed. Then run:

docker-compose up --build

Locally

First install the requirements:

pip install -r requirements.txt

If pip is not installed, run:

python get-pip.py

An updated version of get-pip.py can also be obtained by executing:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

For more info, check this resource

Then execute the script:

python llcd.py

Outcome

The courses will be saved in the out folder.

Demo

asciicast

About

LLCD is a simple python scraper tool that downloads video lessons from Linkedin Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages