Imageboard media downloader with basic filtering options
Go to file
2024-08-30 18:50:38 +03:00
docs refactor: rm dangling links after migration 2024-08-30 18:50:38 +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.61 to 0.10.66 (#11) 2024-08-06 09:28:47 +03:00
Cargo.toml bump version to 0.2.1 2024-03-12 19:38:50 +02:00
LICENSE refactor: rm dangling links after migration 2024-08-30 18:50:38 +03:00
README.md refactor: rm dangling links after migration 2024-08-30 18:50:38 +03:00

Usage

Build the optimized binary with 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