Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.04k stars 86 forks source link

Include option for configuring retries of fragment download #97

Closed nixklai closed 1 year ago

nixklai commented 2 years ago

Inside the utils.go, there is an option for FragMaxTries, which seems to be defined by Info.go.

It seems to be a good idea for allow for a flag, such as --retries N|infinity to be passed and allow users with poor Internet connection to set a higher value and make sure a stream can be downloaded in its entirety.