Skip to content

Commit 023c8f7

Browse files
committed
Fix get feed next page error
1 parent a2c337a commit 023c8f7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.env_sample

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
export INS_SESSION_ID_SPORTS="324911446%3Airw8o6n38eMTMO%3A5"
1+
export INS_SESSION_ID_SPORTS="15151447131%3AiLuwr50mWdXfsz%3A15"
22
export INS_SESSION_ID_WOMEN="9240358772%3AXA3PJwFrcxi2IH%3A17"
33
export INS_SESSION_ID_ANIMAL="9444426544%3ASSmXrdDYJt8IrY%3A0"
44
export INS_SESSION_ID_GAME="11658585665%3AiJeECzOuOucZmy%3A6"
55
export INS_SESSION_ID_FOOD="11470214398%3AmnKVpyIylVSm3E%3A23"
66
export INS_SESSION_ID_HOT="11658769798%3AKI5EpFWvayXPOP%3A12"
77
export INS_SESSION_ID_OTHER=11658769798%3AKI5EpFWvayXPOP%3A12,11470214398%3AmnKVpyIylVSm3E%3A23
8-
export INS_NOT_LOGIN=1
8+
export INS_NOT_LOGIN=0
99
export INS_GOOGLE_QPS=1
10-
export PROXYS=144.172.97.116:3199,196.17.83.160:3199,196.18.250.226:3199,186.179.27.178:3199,104.144.102.218:3199,196.17.89.123:3199,104.249.4.116:3199,181.177.73.192:3199,196.18.249.242:3199,104.233.53.237:3199,196.18.231.227:3199,168.80.165.8:3199,168.81.117.195:3199,196.17.81.29:3199,168.81.212.22:3199,67.227.125.101:3199,168.81.55.15:3199,67.227.126.212:3199,45.43.129.12:3199,143.191.226.46:3199

lib/instagram/ins_web_api.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ defmodule Ins.Web.API do
6565
variables =
6666
if cursor != nil do
6767
Map.put(variables, :fetch_media_item_cursor, cursor)
68-
68+
else
6969
variables
7070
end
7171
params = [["query_hash", @feed_hash], ["variables", Poison.encode!(variables)], ["menu", menu]]

0 commit comments

Comments
 (0)