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

Only the first 12 media have accessibility caption #225

Closed pattihis closed 3 years ago

pattihis commented 3 years ago

Version(s) affected: 6.8

Description
$media->getAccessibilityCaption() is always empty for every media after the $api->getMoreMedias($profile) is called.

How to reproduce
Only the first 12 Medias have values for their getAccessibilityCaption(). All other media from there on have empty accessibility captions.

Additional context
Tested with many Instagram accounts.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

pattihis commented 3 years ago

Hello @pgrimaud , any comments on this issue? Would you be willing to check it out whenever you have time please?

pgrimaud commented 3 years ago

Hello,

Sorry, I totally missed your message. 😞

Ref to https://github.com/pgrimaud/instagram-user-feed/issues/83#issuecomment-647615360, accessibility caption are only available on the first 12 medias.

I just made a new check and can't find a way to fetch it, sorry.

Oh someone could help us to find a way to retrieve it?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.