2.0.0 • Published 11 months ago

igdown-scrapper v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Instagram Video, Photo Downloader Scrapper

Scrap data from a Instagram Video, Photo downloader and get direct info & url links from your Instagram

Install

npm install igdown-scrapper

Changelog

  • v2.0.0

    • Change api.

Usage

const igdown = require('igdown-scrapper');

const link = "https://www.instagram.com/reel/CpG_5lqDJsh/";

igdown(link)
  .then((res) => {
    console.log(res);
  })
  .catch((err) => {
    console.error(err);
  });

Issues & Contact

Thanks for using my module, Hope you forgive me if it shows an error, because I'm newbie at this :>

2.0.0

11 months ago

1.1.0

1 year ago

1.0.0

1 year ago