mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-04-02 10:05:30 +00:00
implement export-trackers argument option
This commit is contained in:
parent
f4425557ee
commit
113dd9ac09
4 changed files with 23 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ impl Trackers {
|
|||
pub fn is_empty(&self) -> bool {
|
||||
self.0.is_empty()
|
||||
}
|
||||
pub fn clone(&self) -> HashSet<Url> {
|
||||
self.0.clone()
|
||||
pub fn list(&self) -> &HashSet<Url> {
|
||||
&self.0
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue