Snbig / InstaTrack

Convert Instagram user ID to username & vice versa
MIT License
107 stars 32 forks source link

error in getTokens #12

Closed macaraeg closed 4 years ago

macaraeg commented 4 years ago

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 4 years ago

Fixed.

macaraeg commented 4 years ago

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