commands.sh

instaloader

linux

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 info →

Options (6)

-q, --quietboolean

Download posts with geotags (if available), suppressing any user interaction

Example: instaloader {{[-q|--quiet]}} {{[-G|--geotags]}} {{profile_name}}
-G, --geotagsboolean

Download posts with geotags (if available), suppressing any user interaction

Example: instaloader {{[-q|--quiet]}} {{[-G|--geotags]}} {{profile_name}}
-l, --loginboolean

Specify login info and download posts (useful for private profiles)

Example: instaloader {{[-l|--login]}} {{username}} {{[-p|--password]}} {{password}} {{profile_name}}
-p, --passwordboolean

Specify login info and download posts (useful for private profiles)

Example: instaloader {{[-l|--login]}} {{username}} {{[-p|--password]}} {{password}} {{profile_name}}
-F, --fast-updateboolean

Skip a target if the first downloaded file has been found (useful for updating Instagram archives)

Example: instaloader {{[-F|--fast-update]}} {{profile_name}}
-s, --storiesboolean

Download stories and IGTV videos (login required)

Example: instaloader {{[-l|--login]}} {{username}} {{[-p|--password]}} {{password}} {{[-s|--stories]}} --igtv {{profile_name}}

Examples (8)

Download a profile

instaloader profile_name

Download highlights

instaloader --highlights profile_name

Download posts with geotags (if available), suppressing any user interaction

instaloader [-q|--quiet] [-G|--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 [-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 [-F|--fast-update] profile_name

Download stories and IGTV videos (login required)

instaloader [-l|--login] username [-p|--password] password [-s|--stories] --igtv profile_name

Download all types of posts (login required)

instaloader [-l|--login] username [-p|--password] password [-s|--stories] --igtv --highlights profile_name
made by @shridhargupta | data from tldr-pages