J3Patel / linkedin-learning-video-downloader

LinkedIn video learning video downloader July 2019
https://teenenggr.com/2019/07/21/linkedin-learning-video-downloader/
127 stars 60 forks source link
2019 downloader latest learning linkedin linkedinlearning new video

LinkedIn Learning Video Downloader | Teenenggr.com

Based on mclmza's linkedin-learning-downloader Edited by Jatin Patel

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

Dependencies:

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

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