update roadmap details

This commit is contained in:
yggverse 2025-06-15 16:52:47 +03:00
parent b38988dacf
commit dc7dbcb4da

View file

@ -11,15 +11,20 @@ Crawler for [Aquatic](https://github.com/greatest-ape/aquatic) BitTorrent tracke
## Roadmap ## Roadmap
> [!TIP]
> For details on all implemented features, see the [Options](#options) section
* Info-hash versions supported * Info-hash versions supported
* [x] 1 * [x] 1
* [ ] 2 * [ ] 2
* Targets supported * Targets supported
* [x] IPv4/IPv6 info-hash JSON/API (requires [PR#233](https://github.com/greatest-ape/aquatic/pull/233)) * [x] IPv4/IPv6 info-hash JSON/API (requires [PR#233](https://github.com/greatest-ape/aquatic/pull/233))
* [x] local file path * [x] local file path (`--infohash-file`)
* [ ] remote URL * [ ] remote URL
* Storage * Storage
* [x] File system (resolve infohash to the `.torrent` + download content files match the regex pattern) * [x] File system (`--storage`)
* [x] resolve infohash to the `.torrent` file (`--save-torrents`)
* [x] download content files match the regex pattern (`--preload-regex`)
* [ ] [Manticore](https://github.com/manticoresoftware/manticoresearch-rust) full text search * [ ] [Manticore](https://github.com/manticoresoftware/manticoresearch-rust) full text search
* [ ] SQLite * [ ] SQLite