cleanup code
This commit is contained in:
parent
26452d0f53
commit
c06c7958e2
10 changed files with 64 additions and 14 deletions
|
@ -11,4 +11,5 @@ type DownloadConfig struct {
|
|||
RetryDelay time.Duration // delay between retries
|
||||
Remux bool // whether to remux the downloaded file with ffmpeg
|
||||
ProgressUpdater func(float64) // optional function to report download progress
|
||||
MaxInMemory int // maximum file size for in-memory downloads
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue