Giter Club home page Giter Club logo

llvd's Introduction

LLVD (Linkedin Learning Video Downloader)

Downloads Open Source Love Open Source Love

Features

Status Feature
cookie-based authentication
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.

Example


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

Windows Users

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

How to find the course slug ?

  • Click on the course
  • Copy the slug next to learning in the URL https://www.linkedin.com/learning/l-essentiel-d-asp-dot-net-core-pour-dot-net-5, in this example the course slug is l-essentiel-d-asp-dot-net-core-pour-dot-net-5

Cookie-based authentication

    1. Click on the options in the google chrome (top right with 3 vertical dots).
    1. After this, click on more tools followed by Developer Tools (you can also reach here by using the keyboard combination — ctrl+shift+I).
    1. Now once you’ve gained access to the developer tools, navigate to the Application tab, and copy the value of two cookies from there named li_at and JSESSIONID respectively.
    1. create a cookies.txt file to a place you want to download your courses then paste in the values of li_at and JSESSIONID as shown below.

Example (cookies.txt)

li_at=xxxxx
JSESSIONID="ajax:xxxxxx"

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

Download the course with subtitles

Use the --caption flag to download videos with subtitles


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

or


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

Author

Igwaneza Bruce

llvd's People

Contributors

dumdam avatar joaofl avatar knowbee avatar note286 avatar pyy avatar silverhairs avatar vgoebbels avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.