• This repository has been archived on 27/Nov/2020
  • Stars
    star
    202
  • Rank 193,691 (Top 4 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Linkedin Learning videos downloader

LinkedIn Learning Downloader

Based on mclmza's linkedin-learning-downloader

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

Copy and edit config.py.example (username, password, and courses slugs)

e.g:
COURSE URL: https://www.linkedin.com/learning/python-advanced-design-pattern
->
SLUG: python-advanced-design-pattern

python linkedin_learning.py

TODO

  • Add Subtitles
  • Add Description
  • Use argparser
  • Fetch courses from bookmarks