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.BaseModuleBase class for implementing feeders in the media archiving framework.
Subclasses must implement the __iter__ method to define platform-specific behavior.