Imageboard media downloader with basic filtering options
Go to file
dependabot[bot] 55f0d559bb
Bump h2 from 0.3.13 to 0.3.18 (#4)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.13 to 0.3.18.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.13...v0.3.18)

---
updated-dependencies:
- dependency-name: h2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-21 13:20:20 +03:00
docs removed structure from docs 2023-04-12 02:03:27 +03:00
src Handled reqwest & serde_json errors 2022-06-21 22:58:13 +03:00
.gitignore ID-list request & JSON parsing 2022-06-02 01:19:04 +03:00
Cargo.lock Bump h2 from 0.3.13 to 0.3.18 (#4) 2023-04-21 13:20:20 +03:00
Cargo.toml Bump tokio from 1.18.2 to 1.18.5 (#2) 2023-03-01 14:28:57 +02:00
LICENSE Initial commit 2022-05-28 01:43:41 +03:00
README.md removed structure from docs 2023-04-12 02:03:27 +03:00

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