Skip to main content
Version: 1.7

ActorDatasetPushPipeline

{"content": ["A Scrapy pipeline for pushing items to an Actor's default dataset.\n\nThis pipeline is designed to be enabled only when the Scrapy project is run as an Actor."]}

Index

Methods

process_item

  • async process_item(item, spider): Item
  • {"content": ["Pushes the provided Scrapy item to the Actor's default dataset."]}


    Parameters

    • item: Item
    • spider: Spider

    Returns Item

Page Options