grab
grab copied to clipboard
A download manager package for Go
grab works very well and I see that you are already making use of Accept-Ranges response to support resuming of downloads, but do you have any supports or plans to...
I seem to have a throttling issue while trying to download from a url like https://www.kaggle.com/rowhitswami/all-indian-companies-registration-data-1900-2019/download The data itself is around ~120 MB and I am using grab to enable...
as the title. does grab have any api ?
Because `go.mod` expects a versioned tag, it becomes impossible to use the latest version of grab (master), which includes some very important fixes. Please make a new release (v2.1.0?). Thanks!
I want to download xcode from Apple developer website. For example, https://download.developer.apple.com/Developer_Tools/Xcode_11.4.1/Xcode_11.4.1.xip . It requires me to sign in using my apple id first. Can I use grab to do...
Would it be feasible to replace the `byteString` methods with the https://github.com/dustin/go-humanize library
This is likely a Newbie issue (aka Id10t). I have just brought down the library (go get) to my windows 10 computer. Attempting to run tests on the code results...
Hi guys, I noticed that the http client is not following redirects. Is it possible to add it as an option ? Cheers, X
Hi, when downloading dynamic content with `Request.SkipExisting = false` and `Request.NoResume = true`, it does not get overwritten, if `ContentLength` of remote file does not equal local file size, It...
I'm trying to download larger files using grab. Sometimes it works as expected, but sometimes it's hanging. After debugging, it seems server sends unexpected TCP RST packet when downloading and...