instagram-scraper
instagram-scraper copied to clipboard
Image can't be used
Yes I can get informations and images' URL. But they can't be used in an <img> 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 <img> tags. It doesn't work because of error "net::ERR_BLOCKED_BY_RESPONSE".
Does it works for someone ?