mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-14 22:28:28 +03:00
Further tweaks and fixes
This commit is contained in:
@@ -9,6 +9,7 @@ The default (enabled) databases are the CSV Database and the Console Database.
|
||||
|
||||
```{toctree}
|
||||
:depth: 1
|
||||
:hidden:
|
||||
:glob:
|
||||
autogen/database/*
|
||||
```
|
||||
@@ -8,6 +8,7 @@ Enricher modules are used to add additional information to the items that have
|
||||
|
||||
```{toctree}
|
||||
:depth: 1
|
||||
:hidden:
|
||||
:glob:
|
||||
autogen/enricher/*
|
||||
```
|
||||
@@ -12,6 +12,7 @@ Extractors that are able to extract content from a wide range of websites includ
|
||||
|
||||
```{toctree}
|
||||
:depth: 1
|
||||
:hidden:
|
||||
:glob:
|
||||
autogen/extractor/*
|
||||
```
|
||||
@@ -10,5 +10,6 @@ The default feeder is the command line feeder, which allows you to input URLs di
|
||||
```{toctree}
|
||||
:depth: 1
|
||||
:glob:
|
||||
:hidden:
|
||||
autogen/feeder/*
|
||||
```
|
||||
@@ -7,6 +7,7 @@ Formatter modules are used to format the data extracted from a URL into a specif
|
||||
|
||||
```{toctree}
|
||||
:depth: 1
|
||||
:hidden:
|
||||
:glob:
|
||||
autogen/formatter/*
|
||||
```
|
||||
@@ -5,4 +5,11 @@ Storage modules are used to store the data extracted from a URL in a persistent
|
||||
The default is to store the files downloaded (e.g. images, videos) in a local directory.
|
||||
|
||||
```{include} autogen/storage.md
|
||||
```
|
||||
|
||||
```{toctree}
|
||||
:depth: 1
|
||||
:hidden:
|
||||
:glob:
|
||||
autogen/storage/*
|
||||
```
|
||||
Reference in New Issue
Block a user