Files
tldr/pages.zh/linux/instaloader.md

37 lines
1.1 KiB
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.

# 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}}`