dlrs/README.md
2023-04-12 02:03:27 +03:00

736 B

Imageboard downloader in Rust

Installation and usage

Build and run with

cargo run -- <OPTIONS>
USAGE:
    rusty-downloader --output <PATH> <--thread <URL>|--board <URL>>

OPTIONS:
    -b, --board <URL>      Set a board URL
    -h, --help             Print help information
    -o, --output <PATH>    Set an output directory
    -t, --thread <URL>     Set a thread URL
    -V, --version          Print version information