core.feeder

core.feeder#

The feeder base module defines the interface for implementing feeders in the media archiving framework.

Module Contents#

class core.feeder.Feeder#

Bases: auto_archiver.core.BaseModule

Base class for implementing feeders in the media archiving framework.

Subclasses must implement the __iter__ method to define platform-specific behavior.