1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 12:43:41 +00:00

images: images uploaded trough amazon s3 special spider must be scheduled

This commit is contained in:
Daniel Grana 2009-07-06 16:16:49 -03:00
parent 2e52005847
commit a15dc94340

View File

@ -94,7 +94,7 @@ class S3ImagesPipeline(BaseImagesPipeline):
"""
if self.AmazonS3Spider:
return scrapyengine.download(request, self.AmazonS3Spider)
return scrapyengine.schedule(request, self.AmazonS3Spider)
return self.download(request, info)