- Scrapy:0.22.2
- Python:2.7.6
- OS:windows7 64
Note:image_key is depressed in scrapy 0.22.2
For my scrapy project I'm currently using the ImagesPipeline. The downloaded images are stored with a SHA1 hash of their URLs as the file names.
How can I store the files using my own custom file names instead?