Colly not detecting more than one sub-element from an element
I’m scraping images from a website using Colly, I’ve managed to get the relevant HTML Code that contains the URLs of the images that I need, however, when I try to append them to an array using Colly, it only manages to get the 1st image.