instagram-stories
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -25,7 +25,7 @@ const fetch = require('isomorphic-fetch') | ||
}) => ( | ||
fetch(`https://www.instagram.com/${username}/?__a=1`, { | ||
fetch(`https://i.instagram.com/api/v1/users/web_profile_info/?username=${username}`, { | ||
headers: getHeaders(headers, sessionid, userid) | ||
}) | ||
.then(res => res.json()) | ||
.then(({graphql}) => graphql) | ||
.then(({ data }) => data) | ||
) | ||
@@ -32,0 +32,0 @@ |
{ | ||
"name": "instagram-stories", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Unofficial package for scraping instagram stories", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -38,2 +38,3 @@ # instagram-stories | ||
// temporary broken. Looking for working solution | ||
getMediaByCode({ code: 'BUu14BdBkO5', userid: 1284161654, sessionid: '' }).then(media => { | ||
@@ -40,0 +41,0 @@ console.log(media) |
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
5373
59