Davincible / goinsta

Unofficial Instagram API written in Golang (v2022)
MIT License
183 stars 56 forks source link

Fix infinite loop while fetching user followers #46

Closed sredni closed 1 year ago

sredni commented 1 year ago

While fetching many pages of followers, NextID is not cleaned after last iteration. This causes infinite fetching of last page.

Davincible commented 1 year ago

Oh right, I hadn't fixed this in the latest branch yet, thanks for the PR!