pgrimaud / instagram-user-feed

This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
MIT License
882 stars 138 forks source link

Do not hydrate media or IGTV loaded with profile data #362

Closed cookieguru closed 11 months ago

cookieguru commented 11 months ago
Q A
Branch? master
Bug fix? yes
New feature? no
Issue? Fix #361

The response payload for a profile no longer contains the edge_felix_video_timeline key. In addition, edges in edge_owner_to_timeline_media is always empty.

pgrimaud commented 11 months ago

Thank you!

I'll add a new "clean" version: 7.0 with a drop of php version < 8.1 and clean a lot of dirty stuff here.