althonos / InstaLooter

Another API-less Instagram pictures and videos downloader.
GNU General Public License v3.0
2.01k stars 256 forks source link

Update login schema #292

Closed ghost closed 4 years ago

ghost commented 4 years ago

Fix the login payload, apparently the old schema is now rejected (EDIT: it isn't). See https://github.com/althonos/InstaLooter/issues/287#issuecomment-630456522. For more info, see also https://github.com/instaloader/instaloader/pull/623. Original bugfix by @pgrimaud https://github.com/pgrimaud/instagram-user-feed/commit/96ad4cf.

althonos commented 4 years ago

Thanks, I don't know why the CI is failing but I was able to test it locally and it seem to work.

ghost commented 4 years ago

I have similar fails when on a VPN network, maybe it's the Instagram WAF? (hopefully temporary)

althonos commented 4 years ago

@interruptinuse : most likely; since normally the tests run in Travis are not supposed to login, they can only fail because they can't reach IG. I'll add a connection test at the beginning of the test suite so that it skips actual connections if an initial connection could not be established.