althonos / InstaLooter

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

JSONDecodeError on many profiles #324

Open RiedleroD opened 3 years ago

RiedleroD commented 3 years ago

Library version

instalooter v2.4.4

Environment

Error description - runtime

Reproducible test case

from instalooter.looters import ProfileLooter
pl=ProfileLooter("tgmmememaster")
for media in pl.medias():
    pass

Expected behaviour

Instalooter iterates through the medias without failing. Perhaps a more specific exception would be nice, if there's truly something wrong on insta's end.

Actual behaviour

An exception gets thrown, possibly because of some corrupt JSON.