pget
pget copied to clipboard
parallel fetch
for example, we could say something like "Download connection interrupted, try again"
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.57.2 to 1.58.2. Release notes Sourced from github.com/golangci/golangci-lint's releases. v1.58.2 golangci-lint is a free and open-source project built by volunteers. If you value it, consider supporting us,...
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.20.0 to 0.21.0. Commits cc29c91 go.mod: update golang.org/x dependencies 397fef9 gopls/internal/protocol: add links to LSP spec e2a352c internal/refactor/inline: extensible API c16c816 go/analysis/passes/stdversion: test *.go < go.mod version...
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.5 to 0.7.6. Changelog Sourced from github.com/hashicorp/go-retryablehttp's changelog. 0.7.6 (May 9, 2024) ENHANCEMENTS: client: support a RetryPrepare function for modifying the request before retrying (#216) client: support...
It is currently not possible to specify the same output path for two URLs.
To support tar extraction when running a manifest download, we need to detect tar files. With the addtion of the decompression code paths we can handle a number of tar...
Missing Content-Range should only affect breakpoint resume and should not affect basic download functionality.
Add an STDOut consumer for usecases where streaming the bytes to another process is appropriate. If the consumer is STDOUT we are restricted to a single file download concurrently in...
multifile should opportunistically extract tar files when -x is set. This means looking at the content-type and knowing what to do.