All Projects → J3Patel → Linkedin Learning Video Downloader

J3Patel / Linkedin Learning Video Downloader

LinkedIn video learning video downloader July 2019

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Linkedin Learning Video Downloader

Cryptoinscriber
📈 A live cryptocurrency historical trade data blotter. Download live historical trade data from any cryptoexchange, be it for machine learning, backtesting/visualizing trading strategies or for Quantopian/Zipline.
Stars: ✭ 27 (-72.45%)
Mutual labels:  learning, downloader
llvd
Linkedin Learning Video Downloader
Stars: ✭ 137 (+39.8%)
Mutual labels:  downloader, linkedin
Mentoria
Conectando pessoas que desejam aprender com pessoas que tiram os obstáculos do caminho
Stars: ✭ 1,291 (+1217.35%)
Mutual labels:  learning
Awesome Visual Slam
📚 The list of vision-based SLAM / Visual Odometry open source, blogs, and papers
Stars: ✭ 1,336 (+1263.27%)
Mutual labels:  learning
Write A Strace And Gdb
A tiny system call tracer and debugger implementation
Stars: ✭ 93 (-5.1%)
Mutual labels:  learning
Deeplearning2020
course materials for introduction to deep learning 2020
Stars: ✭ 90 (-8.16%)
Mutual labels:  learning
Gophie
An Aggregator Engine for searching and downloading movies free - NO ADs!
Stars: ✭ 94 (-4.08%)
Mutual labels:  downloader
Bitsofbytes
Code and projects from my blog posts.
Stars: ✭ 89 (-9.18%)
Mutual labels:  learning
Av Converter
[av-converter.com] Audio and Video Converter, and YouTube downloader. Convert to MP3, MP4, AAC, FLAC, AC3, WAV, etc.
Stars: ✭ 97 (-1.02%)
Mutual labels:  downloader
Tutorials
All of the code for my Medium articles
Stars: ✭ 92 (-6.12%)
Mutual labels:  learning
Weibopicdownloader
一个使用Electron-Vue编写的免登录下载微博图片的桌面爬虫应用
Stars: ✭ 96 (-2.04%)
Mutual labels:  downloader
Learn Ml Basics
A collection of resources that should help and guide your first steps as you learn ML and DL. I am a beginner as well, and these are the resources I found most useful.
Stars: ✭ 93 (-5.1%)
Mutual labels:  learning
Patreondownloader
Powerful tool for downloading content posted by creators on patreon.com. Supports content hosted on patreon itself as well as external sites (additional plugins might be required).
Stars: ✭ 89 (-9.18%)
Mutual labels:  downloader
Learningrecord
学习资料汇总、阅读记录,持续学习,每天进步一点点.🏫🏫
Stars: ✭ 95 (-3.06%)
Mutual labels:  learning
Learn Tech
Duolingo of Technology
Stars: ✭ 90 (-8.16%)
Mutual labels:  learning
Algorithm Php
🍭🍭uniting the internal work in a way that is in PHP
Stars: ✭ 1,337 (+1264.29%)
Mutual labels:  learning
Core
D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
Stars: ✭ 89 (-9.18%)
Mutual labels:  learning
Lpic 1 Anki Flashcards
Deck of Anki flashcards for the LPIC-1 (Linux System Administrator) exams 101 and 102 of the Linux Professional Institute (LPI).
Stars: ✭ 90 (-8.16%)
Mutual labels:  learning
Neural Api
CAI NEURAL API - Pascal based neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
Stars: ✭ 94 (-4.08%)
Mutual labels:  learning
Awesome Software Engineer Topics
A list of useful articles and videos generated from my Instapaper archived list on Software Design, Testing, Public Speaking, etc.
Stars: ✭ 97 (-1.02%)
Mutual labels:  learning

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:

  • 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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].