{ image: 'https://..../x.png', identifier: 'My Image' }
to a zipped archive of all of the imagesâand the images will be nested under parent directories that are named based on the identifier
key of a given record.{ image: 'https://..../x.png', identifier: 'My Image' }
- Archive - My Image - x.png
RequestQueue
could be used outside of scrapersâcan we use it for queueing up image URLs to download?