From 82ee6e6d6462dc16caa44dd58ae94d77d0435661 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Sat, 11 Jul 2020 20:56:19 +1200 Subject: [PATCH] Im Cool --- src/lib/collectors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/collectors.js b/src/lib/collectors.js index eaed6f4..93a2044 100644 --- a/src/lib/collectors.js +++ b/src/lib/collectors.js @@ -95,7 +95,7 @@ function fetchUserFromHTML(username) { } } return userRequestCache.getOrFetch("user/"+username, false, true, () => { - return switcher.request("user_html", `https://www.instagram.com/${username}/`, async res => { + return switcher.request("user_html", `https://www.instagram.com/${username}/feed/`, async res => { if (res.status === 301) throw constants.symbols.ENDPOINT_OVERRIDDEN if (res.status === 302) throw constants.symbols.INSTAGRAM_DEMANDS_LOGIN if (res.status === 429) throw constants.symbols.RATE_LIMITED