DEV Community

Discussion on: Downloading recent Instagram photos using instascrape and Python

Collapse
 
villival profile image
villival

tried to run the script but could not find any downloads :(

any glitch in the code

Collapse
 
chrisgreening profile image
Chris Greening

Hello! Could you post the traceback for the error? I'm not able to reproduce the same problem on my machine, it's possible that Instagram is redirecting you to the login page due to not being logged in/too many requests

Collapse
 
apet profile image
apet

I was working on a script and the download method threw the error:
AttributeError: 'Post' object has no attribute 'is_video'

Do you know what might cause this?