-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instagram changed code? Script no longer working? #11
Comments
Running test pipeline:
|
The Endpoint has changed to But I have no ideas about what the parameter |
OK. But it returns There are two new variables, namely, |
+ Changed query URL to `https://i.instagram.com/api/v1/feed/reels_media/...` + Added two new variables, namely, `x-ig-app-id` and `x-ig-www-claim` + Added more header details + Rename `myFunction()` to `__main__()`
I've updated the code. Could you please test the branch NewEndpoint#11 and see if it works? Thanks! |
@chriskyfung TypeError: Cannot read property 'reels_media' of undefined (line 67, file "code") my line 67 |
i think it's because JSON changed. older json data started like this
now it starts like this
|
Please check the following commit. |
yes it's working smoothly now. |
+ Changed query URL to `https://i.instagram.com/api/v1/feed/reels_media/...` + Added two new variables, namely, `x-ig-app-id` and `x-ig-www-claim` + Added more header details + Rename `myFunction()` to `__main__()`
It seems IG has changed their codes such that this script fails to fetch contents.
Looking at my execution logs, I think it started around noon, 7 Dec, UTC.
I thought it was cookie problem but now I cannot even reproduce the steps to get the "query hash" string.
The text was updated successfully, but these errors were encountered: