Insta-Downloader icon indicating copy to clipboard operation
Insta-Downloader copied to clipboard

Video & Photo Downloader or Repost for Instagram.

Insta-Downloader

Android Arsenal

Simple Video & Photo Downloader or Repost for Instagram.

New

  • Supports downloading carousel media.

gif

Usage

<< Access Token Generator >>

...

// config
InstaDownloader insta = new InstaDownloader(this);
insta.setAccessToken("Instagram API Access Token");
insta.setDir("/download");

// get video or photo by url
insta.get("https://www.instagram.com/p/xxx");

Step by step

  • Open the InstaDownloader app
  • Open the Instagram app
  • Click on the Copy Share URL menu
  • Click the download or repost button

MIT