Snbig/InstaTrack

error in getTokens

Closed this issue · 2 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]

Snbig commented

Fixed.

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