Skip to content

📥 Streaming resumable go downloader client

License

Notifications You must be signed in to change notification settings

vansante/go-dl-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go streaming downloader

This is an HTTP download library that writes a file its downloading to a file while also presenting an io.Writer so the download can be processed while being downloaded. Downloads are automatically resumed when necessary.

Installation

go get gopkg.in/vansante/go-dl-stream.v2

Documentation

Take a look at the autogenerated documentation:

https://pkg.go.dev/gopkg.in/vansante/go-dl-stream.v2