A command line tool to download images and tags txt from booru.
Currently, we only support downloads from Gelbooru.
This is the Rust rewrite of Gelbooru-API-Downloader. If you need the Python version, you can refer to it.
The GIF 👆 created by ShareX
Warning
Attention! It's probably against Gelbooru's TOS!
We are not responsible for any consequences of using this tool, use it at your own risk.
See: docs.rs
IMPORTANT: cli feature is required for this command line program.
cargo install booru-dl --features="cli"See docs.rs for more features. For example, use rustls instead of openssl:
cargo install booru-dl --no-default-features --features="cli, rustls-tls"The following command will open a editor to ask for arguments; after you save and close the editor, the program will start downloading images.
booru-dlOr use the following command to see more options:
booru-dl --helpBooru-Dl is short for Booru Downloader.
This project is licensed under the terms of the Apache License 2.0.
