We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feed_options
scrapy/scrapy/extensions/feedexport.py
Lines 454 to 455 in c340e72
I'm not sure. Maybe we need to pass feed_options parameter to build_storage().
The text was updated successfully, but these errors were encountered:
Could you please elaborate?
Sorry, something went wrong.
@elacuesta Without feed_options parameter inside build_storage call - Storage objects like FileFeedStorage ignore overwrite -O option mentioned in Scrapy 2.4 relase notes #4857
build_storage
FileFeedStorage
-O
No branches or pull requests
scrapy/scrapy/extensions/feedexport.py
Lines 454 to 455 in c340e72
I'm not sure.
Maybe we need to pass
feed_options
parameter to build_storage().The text was updated successfully, but these errors were encountered: