mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
add wiki page reference
This commit is contained in:
parent
f872e81cff
commit
2586593e42
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ Crawler for [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracke
|
|||
* [x] 1
|
||||
* [ ] 2
|
||||
* Import sources
|
||||
* [x] IPv4 / IPv6 info-hash binary API (requires [PR#233](https://github.com/greatest-ape/aquatic/pull/233))
|
||||
* [x] IPv4 / IPv6 info-hash binary API (requires [PR#233](https://github.com/greatest-ape/aquatic/pull/233), [Wiki](https://github.com/YGGverse/aquatic-crawler/wiki/Aquatic))
|
||||
* [x] local file path
|
||||
* [ ] remote URL
|
||||
* Export options
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ pub struct Config {
|
|||
|
||||
/// Absolute path(s) or URL(s) to import infohashes from the Aquatic tracker binary API
|
||||
///
|
||||
/// * PR#233 feature
|
||||
/// * PR#233 feature ([Wiki](https://github.com/YGGverse/aquatic-crawler/wiki/Aquatic))
|
||||
#[arg(long)]
|
||||
pub infohash: Vec<String>,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue