add nfo extension to examples

This commit is contained in:
yggverse 2025-09-12 23:29:29 +03:00
parent 3d51579354
commit dd73040dba
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\
--preload /path/to/directory\ --preload /path/to/directory\
--preload-max-filesize=50000\ --preload-max-filesize=50000\
--preload-max-filecount=10\ --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 ### Options

View file

@ -59,7 +59,7 @@ pub struct Config {
/// ///
/// Filter by image ext /// 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 /// * requires `storage` argument defined