I want donwload a image with this selector
image = response.xpath('/html/body/div/div/div[3]/div[1]/div[1]/img/@src').extract()
with this, on the shell i have the result
['data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7']
Maybe is because the website is protected with hotlinking (cloudflare protection) and i need use other method? or simply im selecting bad the image for download