mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-04-01 01:25:36 +00:00
add is_create option
This commit is contained in:
parent
9a6e6dbb0c
commit
a70e9bc537
2 changed files with 4 additions and 4 deletions
|
|
@ -118,7 +118,7 @@ async fn main() -> Result<()> {
|
|||
)),
|
||||
// the destination folder to preload files match `preload_regex`
|
||||
// * e.g. images for audio albums
|
||||
output_folder: preload.tmp(&i)?.to_str().map(|s| s.to_string()),
|
||||
output_folder: preload.tmp(&i, true)?.to_str().map(|s| s.to_string()),
|
||||
..Default::default()
|
||||
}),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue