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:
parent
2e52005847
commit
a15dc94340
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user