Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/J3Patel/linkedin-learning-video-downloader

LinkedIn video learning video downloader July 2019
https://github.com/J3Patel/linkedin-learning-video-downloader

2019 downloader latest learning linkedin linkedinlearning new video

Last synced: 3 months ago
JSON representation

LinkedIn video learning video downloader July 2019

Lists

README

        

# LinkedIn Learning Video Downloader | [Teenenggr.com](https://teenenggr.com/)

#### Based on [mclmza's linkedin-learning-downloader](https://github.com/mclmza/linkedin-learning-downloader) Edited by Jatin Patel

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)

```Course's slug can be obtained using its url
e.g:
COURSE URL: https://www.linkedin.com/learning/learning-autodesk-inventor/creating-a-base-extrusion
->
SLUG: learning-autodesk-inventor
```

```Collection's id can be obtained using its url
e.g:
COLLECTION URL: https://www.linkedin.com/learning/collections/6686199457681301504
->
ID: 6686199457681301504
```

> python3 linkedin_learning.py

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