mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
update regex example
This commit is contained in:
parent
8bb02e5670
commit
edc501e523
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ pub struct Config {
|
||||||
///
|
///
|
||||||
/// Filter by image ext
|
/// Filter by image ext
|
||||||
/// ```
|
/// ```
|
||||||
/// --preload-regex '(png|gif|jpeg|jpg|webp)$'
|
/// --preload-regex '\.(png|gif|jpeg|jpg|webp)$'
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// * requires `storage` argument defined
|
/// * requires `storage` argument defined
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue