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

videoUrl property value is missing when use getMoreMediasWithCursor method #317

Open bugbaal opened 2 years ago

bugbaal commented 2 years ago

Version(s) affected: 6.15

Description

  1. I get the profile of the user
  2. I use getMedias to get the first numbers of posts. And here all the properties are right
  3. I got the endCursor for the next step
  4. In the second attempt I try to get more posts, so I get again the profile.
  5. This time I use the getMoreMediasWithCursor( userId, endCursor )
  6. The the medias with the getMedias method. But this time if there are videos the videoUrl property is always missing. I tried different accounts and I got the same problem.

Can you help me? Thanks

IrfanPatelDev commented 1 year ago

Facing the same issue, Please someone Help. Please help @pgrimaud

AllanCoinaski commented 8 months ago

Same problem here, did anyone manage to solve it?