Skip to content

pavanbuzz/linkedin-learning-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linkedin Learning Downloader

built with Requests built with Python2.7

A scraping tool that downloads video lessons from Linkedin Learning

Implemented in python using requests

How to use

First install the requirements:

pip install -r requirements.txt

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

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

USERNAME = '[email protected]'
PASSWORD = 'password'

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

Then execute the script:

python lld.py

The courses will be saved in the out folder.

Demo

asciicast


Have Fun & Feel Free to report any issues

About

🆒 A simple python scraping tool that downloads video lessons from Linkedin Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%