add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/llvd.md Normal file
View File

@@ -0,0 +1,20 @@
# 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`