mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
add nfo extension to examples
This commit is contained in:
parent
3d51579354
commit
dd73040dba
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\
|
|||
--preload /path/to/directory\
|
||||
--preload-max-filesize=50000\
|
||||
--preload-max-filecount=10\
|
||||
--preload-regex="\.(png|gif|jpeg|jpg|webp|svg|log|txt)$"
|
||||
--preload-regex="\.(png|gif|jpeg|jpg|webp|svg|log|nfo|txt)$"
|
||||
```
|
||||
|
||||
### Options
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ pub struct Config {
|
|||
///
|
||||
/// Filter by image ext
|
||||
/// ```
|
||||
/// --preload-regex '\.(png|gif|jpeg|jpg|webp|svg|log|txt)$'
|
||||
/// --preload-regex '\.(png|gif|jpeg|jpg|webp|svg|log|nfo|txt)$'
|
||||
/// ```
|
||||
///
|
||||
/// * requires `storage` argument defined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue