Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

igdown-scrapper

Aromakelapa23MIT2.0.0

Scrap data from a Instagram downloader and get direct info & url links from your Instagram post.

ig-downloader, instagram, downloader

readme

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 :>