Crates.io | konachan |
lib.rs | konachan |
version | 0.0.1 |
source | src |
created_at | 2024-02-16 12:31:08.697565 |
updated_at | 2024-02-16 12:31:08.697565 |
description | an util based on tokio & reqwest to download images from yandere/konachan by tag, date-range and ID. |
homepage | |
repository | https://github.com/mikafans/konachan |
max_upload_size | |
id | 1142405 |
size | 106,082 |
a tool for downloading yandre/konachan stuffs
cargo run -- y id target_id
Simply using reqwest::Proxy::all("socks5://xxx")
couldn't reach the target service, always stoped at tls error or hand shake eof. By checking on repo issues, found that should use the protocol socks5h
instead of the origin, which also indicates doing DNS resolution on the proxy. Please check unable to make socks5 to work.