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

Get data of media in albums #64

Closed drepekh closed 4 years ago

drepekh commented 4 years ago

Retrieve all relevant information about items in album. There is no use in storing only shortcode, because it actually can't be used later to get media data with update() method.

OlegYurchik commented 4 years ago

Thank you very much for your pull request!