Closed dekiesel closed 3 years ago
Thank you, @dekiesel for making this issue. I think it working fine
It is working :)
That's weird, I just tested my code snippet again and I am getting the same issue. Could I ask you to check with the post-id from my initial comment?
It is Working for this CLt6RG7pfqk
post also
Thank you for trying. This is weird. PostPage is empty in the HTML I receive...
"[...]country_code":"US","language_code":"en","locale":"en_US","entry_data":{**"PostPage":[{}]}**,"hostname":"www.instagram.com","is_whitelisted_crawl_bot":false,"connection_quality_rating":"EXCELLENT"[...]
Thank you for your help, the issue seems to be somewhere else then.
Hi,
I think Instagram changed something again.
I am using this code:
error:
I tried debugging a bit and I think it has to do with the parsing.
PostPage
is empty inside the dict returned by urllopen, but when I look at the post I see data for the right post, so I am guessing it's the parsing.Unfortunately I don't know enough about HTML-parsing to fix it myself.