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
b07d6940e1
commit
7de77b8575
1 changed files with 1 additions and 2 deletions
|
|
@ -53,8 +53,7 @@ impl Storage {
|
|||
Ok(p.to_string_lossy().to_string())
|
||||
}
|
||||
|
||||
/// Recursively remove all files under the `infohash` location
|
||||
/// that do not match the `skip_filename` (see rqbit#408)
|
||||
/// Recursively remove all files under the `infohash` location (see rqbit#408)
|
||||
pub fn cleanup(&self, infohash: &str, skip_filename: Option<®ex::Regex>) -> Result<()> {
|
||||
for e in walkdir::WalkDir::new(self.output_folder(infohash, false)?) {
|
||||
let e = e?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue