Skip to content

PeterBarczi/linkedin-learning-downloader-pety

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Learning Downloader

Asynchronous scraping tool to fetch LinkedIn-learning's courses videos.

Dependencies:

  • Python 3.6
  • aiohttp
  • lxml (Can be installed via pip)

Info

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

Usage

pip3 install -r requirements.txt

Edit config.py file (username, password and courses slugs)

Course's slug can be obtained using its url

e.g:
COURSE URL: https://www.linkedin.com/learning/learning-hadoop/
->
USERNAME = 'xxxxxxxxxxx@gmail.com'
PASSWORD = 'xxxxxxxx'
COURSES = [
        'learning-hadoop',
]

python3 linkedin_learning.py

TODO

  • Add Description
  • Use argparser
  • Fetch courses from bookmarks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages