auto-archiver/docs/source/modules/feeder.md

20 wiersze
532 B
Markdown
Czysty Zwykły widok Historia

# 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.
2025-02-11 18:28:21 +00:00
The default feeder is the command line feeder (`cli_feeder`), which allows you to input URLs directly into the `auto-archiver` from the command line.
Command line feeder usage:
```{code} bash
auto-archiver [options] URL1 URL2 ...
```
```{include} autogen/feeder.md
```
```{toctree}
:depth: 1
:glob:
2025-02-11 14:37:29 +00:00
:hidden:
autogen/feeder/*
```