drawrowfly / instagram-scraper

Instagram Scraper. Scrape useful data/posts from instagram users, hashtag and locations pages. Comments and people who liked specific posts and soon more. No login or API keys are required
531 stars 61 forks source link

Image can't be used #47

Open Alexandre-cibot opened 3 years ago

Alexandre-cibot commented 3 years ago

Yes I can get informations and images' URL. But they can't be used in an \ tag, caused by an "net::ERR_BLOCKED_BY_RESPONSE".

What i've done: I use this library in a lambda function, that return an array of image URLS. My front request this function, get the array of URLS, and try to insert these URLS into \ tags. It doesn't work because of error "net::ERR_BLOCKED_BY_RESPONSE".

Does it works for someone ?