🧱 Chunk is a download manager for slow and unstable servers
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Sets progress directory in the downloader

+1
+1
cmd/chunk/main.go
··· 47 47 chunk.WaitRetry = waitBetweenRetries 48 48 chunk.ChunkSize = chunkSize 49 49 chunk.RestartDownloads = restartDownloads 50 + chunk.ProgressDir = progressDir 50 51 prog := newProgress() 51 52 for status := range chunk.Download(args...) { 52 53 if status.Error != nil {