All Projects → knowbee → llvd

knowbee / llvd

Licence: MIT license
Linkedin Learning Video Downloader

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to llvd

Youtubevideodownloader
Download videos from YouTube and many other video sites
Stars: ✭ 39 (-71.53%)
Mutual labels:  downloader, download-videos
Edx Dl
A simple tool to download video lectures from edx.org (and other openedx sites)
Stars: ✭ 1,769 (+1191.24%)
Mutual labels:  downloader, download-videos
Gophie
An Aggregator Engine for searching and downloading movies free - NO ADs!
Stars: ✭ 94 (-31.39%)
Mutual labels:  downloader, download-videos
Pornhub Downloader
Download videos from pornhub.
Stars: ✭ 346 (+152.55%)
Mutual labels:  downloader, download-videos
Linkedin-Learning-Courses-Downloader
Download LinkedIn Learning Courses in mp4 format and in the video quality you like with an intuitive UI
Stars: ✭ 226 (+64.96%)
Mutual labels:  downloader, linkedinlearning
Got
Got: Simple golang package and CLI tool to download large files faster 🏃 than cURL and Wget!
Stars: ✭ 469 (+242.34%)
Mutual labels:  downloader, download-videos
Lyndor
🚀 Powerful command line tool to download lynda.com courses for personal offline use. 〽️
Stars: ✭ 127 (-7.3%)
Mutual labels:  downloader, download-videos
Linkedin Learning Video Downloader
LinkedIn video learning video downloader July 2019
Stars: ✭ 98 (-28.47%)
Mutual labels:  downloader, linkedin
gb-dl
A python based utility to download courses from infosec4tc.teachable.com , academy.ehacking.net and stackskills.com for personal offline use.
Stars: ✭ 33 (-75.91%)
Mutual labels:  downloader, download-videos
Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (+67.15%)
Mutual labels:  downloader, download-videos
Douyin downloader
👏Download all douyin videos of user(including favorites) , 下载指定用户的所有抖音视频以及收藏的视频(无水印)
Stars: ✭ 288 (+110.22%)
Mutual labels:  downloader, download-videos
Floatplane-Downloader
Project for automatically organizing and downloading Floatplane videos for plex.
Stars: ✭ 94 (-31.39%)
Mutual labels:  downloader, download-videos
anime-dl
ADLCore is an API and app for the download of novels, manga, and anime from a plethora of sites. It works on Windows, Linux, OSX, and Android.
Stars: ✭ 70 (-48.91%)
Mutual labels:  downloader, download-videos
Webhubbot Downloader
Download videos from xiyouMc's WebHubBot.
Stars: ✭ 24 (-82.48%)
Mutual labels:  downloader, download-videos
LinkedIn-Downloader
LinkedIn DL is a small GUI program codded with Python and based on my previous Lynda Download script
Stars: ✭ 85 (-37.96%)
Mutual labels:  linkedin, linkedinlearning
Fgdownloader
用于断点下载、任务队列、上传进度、下载进度
Stars: ✭ 143 (+4.38%)
Mutual labels:  downloader, download-videos
CoubDownloader
A simple downloader for coub.com
Stars: ✭ 64 (-53.28%)
Mutual labels:  downloader, download-videos
redvid
Smart downloader for Reddit hosted videos
Stars: ✭ 83 (-39.42%)
Mutual labels:  downloader, download-videos
odufrn-downloader
Pacote para baixar os dados do portal de dados abertos da UFRN
Stars: ✭ 31 (-77.37%)
Mutual labels:  downloader
beveldm
Cross-platform download manager
Stars: ✭ 21 (-84.67%)
Mutual labels:  downloader
Table of Contents

Linkedin Learning Video Downloader (LLVD) download links

Downloads Open Source Love Open Source Love

Features

Status Feature
cookie-based authentication
download by learning path
download a course and all its exercises
group videos by chapters
subtitles
nice progress bar
resume failed downloads
skip already downloaded videos
set video format (360p, 540p, 720p)
all platforms

Prerequisites

Installation

$ pip --no-cache-dir install llvd

If you have multiple versions of python installed in your system, use pip3 instead.

$ pip3 --no-cache-dir install llvd

Windows Users

When you get 'llvd' is not recognized as an internal or external command after successfully installing llvd, run python3 -m llvd <flags>

Common Questions

How do I find the course slug?

  1. Click on the desired course
  2. Your URl will look something like, https://www.linkedin.com/learning/l-essentiel-d-asp-dot-net-core-pour-dot-net-5
    • The course slug is: l-essentiel-d-asp-dot-net-core-pour-dot-net-5

How do I setup cookie-based authentication?

  1. Click on the options in Google Chrome (top right with 3 vertical dots).
  2. Click on More tools -> Developer tools
    • You can also reach here by using the keyboard combination: ctrl+shift+I).
  3. Now once you’ve gained access to the developer tools, navigate to the Application tab, and copy the value of two cookies named li_at and JSESSIONID
  4. Create a file named cookies.txt and place it in the folder you want to download your courses to
  5. Open the cookies.txt file and paste in the values of li_at and JSESSIONID
li_at=xxxxx
JSESSIONID="ajax:xxxxxx"

Examples

Accessing llvd documentation

$ llvd --help

Using cookie-based authentication

$ llvd -c "course-slug" --cookies

Download a course at a specific resolution

$ llvd -c "course-slug" -r 720

Note: The default is set to 720.

Download a course with subtitles


    $ llvd -c "course-slug" --caption

or


    $ llvd -c "course-slug" -ca

Download a course path with throttling between 30 to 120 seconds

$ llvd -p "path-slug" -t 30,120

Screenshots

Author

Igwaneza Bruce

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].