nordhagen / instagram-tagscrape

NPM module for loading images from Instagram by hashtag without API access by means of scraping.
4 stars 8 forks source link

Null checking update #7

Open evolross opened 6 years ago

evolross commented 6 years ago

Error checking was missing checking for array before checking index of array. Had crashes because of this. Updated error message to describe that it could be an error or a non-existent result.