forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
instaloader: add page (tldr-pages#10393)
* instaloader: add page * instaloader: apply suggestions --------- Co-authored-by: K.B.Dharun Krishna <[email protected]> Co-authored-by: Lena <[email protected]>
- Loading branch information
1 parent
abfa53a
commit 5610a8d
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# instaloader | ||
|
||
> 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>. | ||
- Download a profile: | ||
|
||
`instaloader {{profile_name}}` | ||
|
||
- Download highlights: | ||
|
||
`instaloader --highlights {{profile_name}}` | ||
|
||
- Download posts with geotags (if available), suppressing any user interaction: | ||
|
||
`instaloader --quiet --geotags {{profile_name}}` | ||
|
||
- Specify a user agent for HTTP requests: | ||
|
||
`instaloader --user-agent {{user_agent}} {{profile_name}}` | ||
|
||
- Specify login info and download posts (useful for private profiles): | ||
|
||
`instaloader --login {{username}} --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}}` | ||
|
||
- Download stories and IGTV videos (login required): | ||
|
||
`instaloader --login {{username}} --password {{password}} --stories --igtv {{profile_name}}` | ||
|
||
- Download all types of posts (login required): | ||
|
||
`instaloader --login {{username}} --password {{password}} --stories --igtv --highlights {{profile_name}}` |