There's just too many tiny details to get downloading a single IRI right,
Redirects
Suggested filenames (you do this already)
Encryption
Suggested filename
I had trouble with https://cataas.com/cat and https://aoeu.com,
RUST_BACKTRACE=1 cargo run -- https://cataas.com/cat
RUST_BACKTRACE=1 cargo run -- https://aoeu.com
Using reqwest seems like a better way to solve this than tackling each individual detail, as I don't think they are worth the sheer amount of work it'd duplicate doing that.
There's just too many tiny details to get downloading a single IRI right,
I had trouble with
https://cataas.com/cat
andhttps://aoeu.com
,Using reqwest seems like a better way to solve this than tackling each individual detail, as I don't think they are worth the sheer amount of work it'd duplicate doing that.