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
625 stars 109 forks source link

Scraping multiple photos in a single post #139

Open sangwoo0123 opened 2 years ago

sangwoo0123 commented 2 years ago

Hello - is there a way to scrape all photos when a single post contains multiple photos/videos? As you know, users can upload a collage of photos in a single post. As of now, I believe the given code only scrapes the main photo/video in the front. Each photo has its unique shortcode, so I was hoping this is possible.

kyrlon commented 2 years ago

This sounds similar to the a previous issued post. Currently there is a PR for such a request out now.