Open vandrieu opened 1 year ago
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 byig.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?