1 unstable release
0.0.1 | Feb 16, 2024 |
---|
#100 in #reqwest
32KB
302 lines
konachan
a tool for downloading yandre/konachan stuffs
TODO
- supports more features
- concurrent downloading
Sample
cargo run -- y id target_id
Problem Track
socks5
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.
Dependencies
~16–29MB
~429K SLoC