I'd like to override the file_path method in the FilesPipeline based on an item property. I use scrapy version 1.5.1, and in this version the file_path method doesn't accept item as an argument yet. How can I pass it an argument from the spider's parse method?
question from:https://stackoverflow.com/questions/65617459/scrapy-filespipeline-change-file-path-based-in-item-property