mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Add 'skip' option to crawlers
This commit is contained in:
parent
fc31100a0f
commit
df3ad3d890
6 changed files with 48 additions and 14 deletions
|
|
@ -49,6 +49,9 @@ see the type's [documentation](#crawler-types) below. The following options are
|
|||
common to all crawlers:
|
||||
|
||||
- `type`: The available types are specified in [this section](#crawler-types).
|
||||
- `skip`: Whether the crawler should be skipped during normal execution. The
|
||||
crawler can still be executed manually using the `--crawler` or `-C` flags.
|
||||
(Default: `no`)
|
||||
- `output_dir`: The directory the crawler synchronizes files to. A crawler will
|
||||
never place any files outside of this directory. (Default: the crawler's name)
|
||||
- `redownload`: When to download a file that is already present locally.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue