Imageboard media downloader with basic filtering options
Go to file
dependabot[bot] 65d156e4ec
Bump h2 from 0.3.24 to 0.3.26 (#10)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26)

---
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>
2024-04-09 11:29:34 +00:00
.github create precompiled releases 2023-06-30 12:01:46 +03:00
src linting, cleaning & renaming 2023-06-02 22:20:52 +03:00
.gitignore ID-list request & JSON parsing 2022-06-02 01:19:04 +03:00
Cargo.lock Bump h2 from 0.3.24 to 0.3.26 (#10) 2024-04-09 11:29:34 +00:00
Cargo.toml bump version to 0.2.1 2024-03-12 19:38:50 +02:00
LICENSE Initial commit 2022-05-28 01:43:41 +03:00
README.md create precompiled releases 2023-06-30 12:01:46 +03:00

Usage

Download a precompiled release or build from source using cargo build --release.

USAGE:
    dlrs --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