mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
update comment
This commit is contained in:
parent
003564f52c
commit
c3630028b2
1 changed files with 2 additions and 4 deletions
|
|
@ -69,12 +69,10 @@ async fn main() -> Result<()> {
|
||||||
overwrite: true,
|
overwrite: true,
|
||||||
disable_trackers: trackers.is_empty(),
|
disable_trackers: trackers.is_empty(),
|
||||||
initial_peers: peers.initial_peers(),
|
initial_peers: peers.initial_peers(),
|
||||||
// preload nothing, but listing when regex pattern argument is given
|
|
||||||
list_only: arg.preload_regex.is_none(),
|
list_only: arg.preload_regex.is_none(),
|
||||||
// this option allows rqbit manager to preload some or any files match pattern
|
// the destination folder to preload files match `only_files_regex`
|
||||||
// * useful to build index with multimedia files, like images for audio albums
|
// * e.g. images for audio albums
|
||||||
output_folder: storage.output_folder(&i).ok(),
|
output_folder: storage.output_folder(&i).ok(),
|
||||||
// applies preload some files to the destination directory (above)
|
|
||||||
only_files_regex: arg.preload_regex.clone(),
|
only_files_regex: arg.preload_regex.clone(),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue