Skip to content

cybergeekgyan/LINKEDIN-LEARNING-VIDEOS-DOWNLOAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Learning Video Downloader

Based on mclmza's linkedin-learning-downloader Edited by Gyan Prakash

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

Dependencies:

  • Python 3.6
  • aiohttp
  • lxml

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

pip install -r requirements.txt

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

e.g:
COURSE URL: https://www.linkedin.com/learning/learning-autodesk-inventor/creating-a-base-extrusion
->
SLUG: learning-autodesk-inventor
e.g:
COLLECTION URL: https://www.linkedin.com/learning/collections/6686199457681301504
->
ID: 6686199457681301504

python3 linkedin_learning.py

############################################################################################

About

Linkedin Learning videos downloader

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages