Imageboard media downloader with basic filtering options
Go to file
dependabot[bot] 3491813816
Bump openssl from 0.10.48 to 0.10.55 (#5)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.48 to 0.10.55.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.48...openssl-v0.10.55)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-27 09:56:50 +03:00
docs removed structure from docs 2023-04-12 02:03:27 +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 openssl from 0.10.48 to 0.10.55 (#5) 2023-06-27 09:56:50 +03:00
Cargo.toml linting, cleaning & renaming 2023-06-02 22:20:52 +03:00
LICENSE Initial commit 2022-05-28 01:43:41 +03:00
README.md stripped README 2023-06-02 22:25:02 +03:00

Installation and usage

Build and run with cargo.

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