Skip to content

Commit

Permalink
Fix queries for Instagram
Browse files Browse the repository at this point in the history
  • Loading branch information
iojw committed Jan 2, 2023
1 parent be6ae0d commit 7f5170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socialscan/platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ async def check_username(self, username):


class Instagram(PlatformChecker):
URL = "https://instagram.com"
URL = "https://www.instagram.com/api/v1/public/landing_info/"
ENDPOINT = "https://www.instagram.com/accounts/web_create_ajax/attempt/"
USERNAME_TAKEN_MSGS = [
"This username isn't available.",
Expand Down

0 comments on commit 7f5170b

Please sign in to comment.