konachan

Crates.iokonachan
lib.rskonachan
version0.0.1
sourcesrc
created_at2024-02-16 12:31:08.697565
updated_at2024-02-16 12:31:08.697565
descriptionan util based on tokio & reqwest to download images from yandere/konachan by tag, date-range and ID.
homepage
repositoryhttps://github.com/mikafans/konachan
max_upload_size
id1142405
size106,082
haru (azusachino)

documentation

README

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.

Commit count: 0

cargo fmt