OlegYurchik / pyInstagram

This is a simple and easy-to-use library for interacting with the Instagram. The library works through the web interface of the Instagram and does not depend on the official API
MIT License
232 stars 49 forks source link

Multiple photos in post #18

Closed drepekh closed 5 years ago

drepekh commented 5 years ago

Would be a great idea to add instance variable in class Media that indicates that post has multiple photos. In JSON object there is field "__typename" with value "GraphSidecar" in such cases.

OlegYurchik commented 5 years ago

Yes, I think it will be cool, thank you)