Imageboard media downloader with basic filtering options
Go to file
2024-10-01 22:38:26 +03:00
docs refactor: rm dangling links after migration 2024-08-30 18:50:38 +03:00
src feat: progress bar & slight attempt at improving efficiency 2024-10-01 22:38:26 +03:00
.gitignore feat(BREAKING): comprehensive filtering, fixes #1 2024-09-28 04:27:49 +03:00
Cargo.lock feat: progress bar & slight attempt at improving efficiency 2024-10-01 22:38:26 +03:00
Cargo.toml feat: progress bar & slight attempt at improving efficiency 2024-10-01 22:38:26 +03:00
LICENSE refactor: rm dangling links after migration 2024-08-30 18:50:38 +03:00
README.md feat(BREAKING): comprehensive filtering, fixes #1 2024-09-28 04:27:49 +03:00

Usage

Usage: dlrs [OPTIONS] -o <PATH> <-t <URL>|-b <URL>>

Options:
  -o <PATH>         Set the output directory
  -t <URL>          Set the thread URL
  -b <URL>          Set the board URL
  -n <MIN_RES>      Set the minimum image resolution (e.g. "1920x1080")
  -m <MAX_RES>      Set the minimum image resolution (e.g. "3840x2160")
  -a <RATIOS>       Set a comma-separated list of accepted image aspect ratios (e.g. "4:3,16:9")
  -v                Toggle verbose output
  -h, --help        Print help