Files
tldr/pages.zh/common/llvd.md

20 lines
425 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# llvd
> Linkedin学习视频下载器。
> 更多信息:<https://github.com/knowbee/llvd>。
- 使用基于cookie的身份验证下载课程
`llvd -c {{course-slug}} --cookies`
- 以特定分辨率下载课程:
`llvd -c {{course-slug}} -r 720`
- 下载带有字幕的课程:
`llvd -c {{course-slug}} --caption`
- 在10到30秒之间限速下载课程路径
`llvd -p {{path-slug}} -t {{10,30}} --cookies`