Closed boscacci closed 3 years ago
Problem? I only need to download videos from IG, not photos. Is there a way I could skip photos while scraping?
Solution? Perhaps a parameter in get_posts or scrape_posts for video_only=True or comparable flag
get_posts
scrape_posts
video_only=True
Alternatives I've considered: https://github.com/drawrowfly/instagram-scraper — not super well maintained!
Use Post.is_video to check this. See this example linked in the readme.
Post.is_video
Thanks!
Problem? I only need to download videos from IG, not photos. Is there a way I could skip photos while scraping?
Solution? Perhaps a parameter in
get_posts
orscrape_posts
forvideo_only=True
or comparable flagAlternatives I've considered: https://github.com/drawrowfly/instagram-scraper — not super well maintained!