You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual behaviour: ig.feed.userStory returns 2 items / ig.feed.reelsMedia returns 2 items.
The 2 videos returned by ig.feed.reelsMedia are actually not reels, they are the 2 stories.
You can find more info in #1308 . In Instagram Terms Reels are Stories, and Clips are Reels. Getting Reels isn't implemented by the library, I've written a PR that implemented it some time ago, but it was never merged. I believe that this library is kind of dead and the maintainers have started with a new library but it's closed source.
Requirements
DEBUG
variable.Platform
v18.14.2
Description
Imagine a user who published 2 recent stories and 5 reels.
ig.feed.userStory
returns 2 items /ig.feed.reelsMedia
returns 5 itemsig.feed.userStory
returns 2 items /ig.feed.reelsMedia
returns 2 items.The 2 videos returned by
ig.feed.reelsMedia
are actually not reels, they are the 2 stories.Example with natgeo:
1 recent story:
Lots of reels:
Code
Output
Even if the end of the URL changes a little bit, both images are the same. The reel is not a reel. Both images are the same and unique story image.
How can I retrieve netgeo's reels?
The text was updated successfully, but these errors were encountered: