class IFeedStorage(Interface):
Method | __init__ |
Initialize the storage with the parameters given in the URI and the feed-specific options (see :setting:`FEEDS`) |
Method | open |
Open the storage for the given spider. It must return a file-like object that will be used for the exporters |
Method | store |
Store the given file stream |