nacimgoura / instagram-profilecrawl

:computer: Quickly crawl the information (e.g. followers, tags, etc...) of an instagram profile. No login required!
MIT License
121 stars 30 forks source link

got null or '' image url if multipleImage is true #40

Open ilaipi opened 6 years ago

ilaipi commented 6 years ago
{
      "urlImage": [
        null,
        "",
        "",
        ""
      ],
      "isVideo": true,
      "video": "https://scontent-hkg3-2.cdninstagram.com/vp/ea15e7de012f048c65133d0ba04161a4/5B849A74/t50.2886-16/37996294_326760741402685_7469339062971549339_n.mp4",
      "numberLike": null,
      "numberView": null,
      "numberComments": 5,
      "description": "Click video for sound\nVideo\n",
      "tags": null,
      "mentions": [],
      "date": "2018-08-15T07:09:39.000Z",
      "multipleImage": true
    }

and this is a post with 2 videos.