0.3.0 • Published 2 years ago

instagram-save-client v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Client side Instagram downloader

Download images and videos from Instagram at client side.

Install

npm i instagram-save-client

Usage

import { downloadMedia } from 'instagram-save-client';

(async () => {
    await downloadMedia('https://www.instagram.com/tv/CYQyOuCAMrl/?utm_source=ig_web_copy_link');
})();

Dependencies