instagram-stories
Advanced tools
Comparing version 1.1.2 to 1.2.0
@@ -50,3 +50,3 @@ const fetch = require('isomorphic-fetch') | ||
}) => ( | ||
fetch(`https://i.instagram.com/api/v1/feed/reels_media/?reel_ids=${id}`, { | ||
fetch(`https://i.instagram.com/api/v1/feed/user/${id}/story/`, { | ||
headers: getHeaders(headers, sessionid, userid) | ||
@@ -53,0 +53,0 @@ }) |
{ | ||
"name": "instagram-stories", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Unofficial package for scraping instagram stories", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5159