postaddictme / instagram-php-scraper

Get account information, photos, videos, stories and comments.
https://packagist.org/packages/raiym/instagram-php-scraper
MIT License
3.07k stars 800 forks source link

fix: Possible fix for #1085 #1087

Closed hendrasan closed 1 year ago

hendrasan commented 1 year ago

For now, this might fix #1085

The response for getMediaByCode (and its variations) seems to revert to previous format that has graphql array, so I just added the check for that format.

lwiml commented 1 year ago

I can confirm this works, please merge :)

raiym commented 1 year ago

thank you for contribution