这次是铁锈制成的rule34刮刀
cargo build --release
--release
是优化的构建配置文件/path/to/rust-r34-scraper/target/release
中 Rule34 Scraper 0.1
Scrapes explicit images from a list of sites
USAGE:
rust-r34-scraper [FLAGS] [OPTIONS] --limit --site --tags
FLAGS:
-d, --debug Sets debug mode to enabled
-h, --help Prints help information
-x, --links-only Logs the links only, send the output to a file with piping
-V, --version Prints version information
OPTIONS:
--dir Sets the directory for the downloaded images
-l, --limit The amount of images you want to download (Max, 100)
-s, --site Sets the site to scrape from (MUST BE A SUPPORTED SITE)
-t, --tags tags you want to scrape (Split apart by a space)
rust-r34-scraper --site rule34.xxx --limit 100 --tags " nude sex video "
会将 100 个裸体性爱视频下载到下载文件夹。
rust-r34-scraper --site rule34.xxx --limit 100 --tags " nude sex video " --dir /usr/home/rule34
将下载 100 个裸体性爱视频到/usr/home/rule34
rust-r34-scraper --site rule34.xxx --limit 100 --tags " nude sex video " --links-only
将在控制台中输出 100 个指向裸体性爱视频的链接