implement processed torrents index, skip info-hashes processed, remove torrent from session on download complete

This commit is contained in:
yggverse 2025-06-15 01:59:20 +03:00
parent 9b6491a666
commit 307a935d7f
3 changed files with 30 additions and 24 deletions

View file

@ -82,7 +82,7 @@ aquatic-crawler --infohash-file /path/to/info-hash-ipv4.json\
## Example:
Filter by image ext ``` --preload-regex '\.(png|gif|jpeg|webp)$' ```
Filter by image ext ``` --preload-regex '(png|gif|jpeg|jpg|webp)$' ```
* requires `storage` argument defined
@ -92,6 +92,11 @@ aquatic-crawler --infohash-file /path/to/info-hash-ipv4.json\
--socks-proxy-url <SOCKS_PROXY_URL>
Use `socks5://[username:password@]host:port`
--index-capacity <INDEX_CAPACITY>
Estimated info-hash index capacity
[default: 1000]
-s <SLEEP>
Crawl loop delay in seconds