[Question] What method does Scrapy use to expire files in FilePipeline? #5120
Labels
Comments
|
The pipeline just looks at the file modified time as far as I can see. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What method does Scrapy use to expire files in FilePipeline?
https://docs.scrapy.org/en/latest/topics/media-pipeline.html#file-expiration
I looked at the documentation on this, but not much is informed about which algorithm is used to define whether a file needs to be downloaded again or not.
The text was updated successfully, but these errors were encountered: