dependabot[bot]
8912b95f8b
Bump tokio from 1.18.2 to 1.18.5 (#2)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.18.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.2...tokio-1.18.5) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rust-powered image downloader for 4chan
Minimal concurrent image downloader for 4chan threads/boards.
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
Dependencies
Description
Languages
Rust
100%