def parse_item(self, response): il = ItemLoader(item=ImageItem(), response=response) il.add_css('image_urls', 'img::attr(src)') return il.load_item()