mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Used proper plural
This commit is contained in:
@ -86,9 +86,9 @@ common to all crawlers:
|
||||
load for the crawl target. (Default: `0.0`)
|
||||
- `windows_paths`: Whether PFERD should find alternative names for paths that
|
||||
are invalid on Windows. (Default: `yes` on Windows, `no` otherwise)
|
||||
- `alias`: List of strings that are considered as an alias when invoking with
|
||||
the `--crawler` or `-C` flag. If there is more then one crawl section with
|
||||
the same alias all are selected. Thereby you can group different crawlers.
|
||||
- `aliases`: List of strings that are considered as an alias when invoking with
|
||||
the `--crawler` or `-C` flag. If there is more than one crawl section with
|
||||
the same aliases all are selected. Thereby, you can group different crawlers.
|
||||
|
||||
Some crawlers may also require credentials for authentication. To configure how
|
||||
the crawler obtains its credentials, the `auth` option is used. It is set to the
|
||||
@ -103,7 +103,7 @@ username = foo
|
||||
password = bar
|
||||
|
||||
[crawl:something]
|
||||
alias = [sth, some]
|
||||
aliases = [sth, some]
|
||||
type = some-complex-crawler
|
||||
auth = auth:example
|
||||
on_conflict = no-delete
|
||||
|
Reference in New Issue
Block a user