mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
update readme
This commit is contained in:
parent
8cbae5019d
commit
e101438381
1 changed files with 5 additions and 3 deletions
|
|
@ -7,8 +7,8 @@
|
||||||
SSD-friendly crawler for the [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracker, based on the [librqbit](https://github.com/ikatson/rqbit/tree/main/crates/librqbit) API
|
SSD-friendly crawler for the [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracker, based on the [librqbit](https://github.com/ikatson/rqbit/tree/main/crates/librqbit) API
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> * requires [PR#233](https://github.com/greatest-ape/aquatic/pull/233), see the [Wiki](https://github.com/YGGverse/aquatic-crawler/wiki/Aquatic) for more details
|
> * requires PR#233 or [info-hash-api](https://github.com/YGGverse/aquatic/tree/info-hash-api) branch implementation;
|
||||||
> * compatible with any other `--infohash` source in `hash1hash2...` binary format (see also the [Online API](https://github.com/YGGverse/aquatic-crawler/wiki/Online-API))
|
> * compatible with any other `--infohash` source in `hash1hash2...` binary format (see the [Online API](https://github.com/YGGverse/aquatic-crawler/wiki/Online-API))
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|
@ -21,6 +21,9 @@ SSD-friendly crawler for the [Aquatic](https://github.com/greatest-ape/aquatic)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> Prepend `RUST_LOG=debug` to debug
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\
|
aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\
|
||||||
--infohash /path/to/info-hash-ipv6.bin\
|
--infohash /path/to/info-hash-ipv6.bin\
|
||||||
|
|
@ -29,7 +32,6 @@ aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\
|
||||||
--tracker udp://host2:port\
|
--tracker udp://host2:port\
|
||||||
--preload /path/to/directory
|
--preload /path/to/directory
|
||||||
```
|
```
|
||||||
* append `RUST_LOG=debug` to debug
|
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue