mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 22:49:19 +00:00
Update cheatsheets
This commit is contained in:
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Download pictures, videos, captions, and other metadata from Instagram.
|
||||
> Note: You will need to provide Instagram login information if you want high-quality media downloads.
|
||||
> More information: <https://instaloader.github.io>.
|
||||
> More information: <https://instaloader.github.io/cli-options.html>.
|
||||
|
||||
- Download a profile:
|
||||
|
||||
@@ -19,7 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Download posts with geotags (if available), suppressing any user interaction:
|
||||
|
||||
`instaloader --quiet --geotags {{profile_name}}`
|
||||
`instaloader {{[-q|--quiet]}} {{[-G|--geotags]}} {{profile_name}}`
|
||||
|
||||
- Specify a user agent for HTTP requests:
|
||||
|
||||
@@ -27,16 +27,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Specify login info and download posts (useful for private profiles):
|
||||
|
||||
`instaloader --login {{username}} --password {{password}} {{profile_name}}`
|
||||
`instaloader {{[-l|--login]}} {{username}} {{[-p|--password]}} {{password}} {{profile_name}}`
|
||||
|
||||
- Skip a target if the first downloaded file has been found (useful for updating Instagram archives):
|
||||
|
||||
`instaloader --fast-update {{profile_name}}`
|
||||
`instaloader {{[-F|--fast-update]}} {{profile_name}}`
|
||||
|
||||
- Download stories and IGTV videos (login required):
|
||||
|
||||
`instaloader --login {{username}} --password {{password}} --stories --igtv {{profile_name}}`
|
||||
`instaloader {{[-l|--login]}} {{username}} {{[-p|--password]}} {{password}} {{[-s|--stories]}} --igtv {{profile_name}}`
|
||||
|
||||
- Download all types of posts (login required):
|
||||
|
||||
`instaloader --login {{username}} --password {{password}} --stories --igtv --highlights {{profile_name}}`
|
||||
`instaloader {{[-l|--login]}} {{username}} {{[-p|--password]}} {{password}} {[-s|--stories]}} --igtv --highlights {{profile_name}}`
|
||||
|
||||
Reference in New Issue
Block a user