Snbig / InstaTrack

Convert Instagram user ID to username & vice versa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error in getTokens

macaraeg opened this issue · comments

I get the following error when running useridToUsername; I traced it to this line in getTokens:

query_hash = re.findall(r'{value:!0});(?:var|const|let) .="([0-9a-f]{32})"', r)[0]

Fixed.

This is so awesome, thanks for fixing it so quickly!