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

View File

@@ -0,0 +1,37 @@
# instaloader
> 从Instagram下载图片、视频、标题和其他元数据。
> 注意如果您希望下载高质量的媒体您需要提供Instagram登录信息。
> 更多信息:<https://instaloader.github.io>。
- 下载一个个人资料:
`instaloader {{profile_name}}`
- 下载高亮:
`instaloader --highlights {{profile_name}}`
- 下载带地理标签的帖子(如果可用),并抑制用户交互:
`instaloader --quiet --geotags {{profile_name}}`
- 为HTTP请求指定用户代理
`instaloader --user-agent {{user_agent}} {{profile_name}}`
- 指定登录信息并下载帖子(对私人资料有用):
`instaloader --login {{username}} --password {{password}} {{profile_name}}`
- 如果找到第一个下载的文件则跳过目标对更新Instagram档案有用
`instaloader --fast-update {{profile_name}}`
- 下载故事和IGTV视频需要登录
`instaloader --login {{username}} --password {{password}} --stories --igtv {{profile_name}}`
- 下载所有类型的帖子(需要登录):
`instaloader --login {{username}} --password {{password}} --stories --igtv --highlights {{profile_name}}`