這次是鐵鏽製成的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 <LIMIT> --site <SITE> --tags <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 <DIR> Sets the directory for the downloaded images
-l, --limit <LIMIT> The amount of images you want to download (Max, 100)
-s, --site <SITE> Sets the site to scrape from (MUST BE A SUPPORTED SITE)
-t, --tags <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 個指向裸體性愛視頻的鏈接