chris-greening / instascrape

Powerful and flexible Instagram scraping library for Python, providing easy-to-use and expressive tools for accessing data programmatically
https://chris-greening.github.io/instascrape/
MIT License
630 stars 107 forks source link

How to download all photos if post have multiple photos #105

Open LarchLiu opened 3 years ago

LarchLiu commented 3 years ago

As the example of 'download_recent_photos' , it only downloads one image per post. If there are multiple photos in a post, how can i download all the photos?