Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
fixed #66 #68
Browse files Browse the repository at this point in the history
ConsumerLibCommonJs file name was updated by Instagram
  • Loading branch information
pishangujeniya committed Mar 16, 2022
1 parent 6349570 commit b3c40fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InstagramHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ class InstagramHelper {

/**
* provides the ConsumerLibCommon Js File
* @param {string} jsFileName default is d7e6aac102d8.js
* @param {string} jsFileName default is 4f7f1faf9a94.js
*/
async getConsumerLibCommonsJs(jsFileName = "d7e6aac102d8.js") {
async getConsumerLibCommonsJs(jsFileName = "4f7f1faf9a94.js") {

let consumerLibCommonsJsRequestUrl = "https://www.instagram.com/static/bundles/es6/ConsumerLibCommons.js/" + jsFileName;
let consumerLibCommonsJsRequestInit = {
Expand Down

0 comments on commit b3c40fe

Please sign in to comment.