2022-09-23 21:36:31 +05:30
|
|
|
# llvd
|
|
|
|
|
|
|
|
> Linkedin Learning Video Downloader.
|
|
|
|
> More information: <https://github.com/knowbee/llvd>.
|
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Download a course using cookie-based authentication:
|
2022-09-23 21:36:31 +05:30
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`llvd {{[-c|--course]}} {{course-slug}} --cookies`
|
2022-09-23 21:36:31 +05:30
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Download a course at a specific resolution:
|
2022-09-23 21:36:31 +05:30
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`llvd {{[-c|--course]}} {{course-slug}} {{[-r|--resolution]}} 720`
|
2022-09-23 21:36:31 +05:30
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Download a course with captions (subtitles):
|
2022-09-23 21:36:31 +05:30
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`llvd {{[-c|--course]}} {{course-slug}} {{[-ca|--caption]}}`
|
2022-09-23 21:36:31 +05:30
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
- Download a course path with throttling between 10 to 30 seconds:
|
2022-09-23 21:36:31 +05:30
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`llvd {{[-p|--path]}} {{path-slug}} {{[-t|--throttle]}} {{10,30}} --cookies`
|