mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-09 20:08:27 +03:00
532 B
532 B
Feeder Modules
Feeder modules are used to feed URLs into the Auto Archiver for processing. Feeders can take these URLs from a variety of sources, such as a file, a database, or the command line.
The default feeder is the command line feeder (cli_feeder), which allows you to input URLs directly into auto-archiver from the command line.
Command line feeder usage:
auto-archiver [options] -- URL1 URL2 ...
:maxdepth: 1
:glob:
:hidden:
autogen/feeder/*