Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-29 00:23:20 +00:00
parent 42ee16d1f0
commit 0b27d7dda4
118 changed files with 277 additions and 228 deletions

View File

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