chris-greening/instascrape

[POST MODULE] some post url return NAN value for 'USERNAME'.

59-web opened this issue · 1 comments

First of all, thank you for making this great one.

I'm trying to analysis some posts and i have used 'post module'.
Everything works perfectly except 'username'. Some post url couldn't get 'username' and gave me 'nan' value. (It obviously have an 'username'.)

Can you check this out?
(Please forgive me that It's not my instagram account which I tried to analysis so i couldn't write down the exact URL here.)

If there are some ways to give you the URL individually, please let me know so that i can give you that.

Thank you!

workaround: username = post.json_dict['graphql']['shortcode_media']['owner']['username']