이번에 녹으로 만든 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
/usr/home/rule34
에 누드 섹스 동영상 100개를 다운로드합니다.
rust-r34-scraper --site rule34.xxx --limit 100 --tags " nude sex video " --links-only
콘솔에 누드 섹스 비디오에 대한 100개의 링크가 출력됩니다.