{"id":13823415,"url":"https://github.com/deankarn/go-download","last_synced_at":"2025-03-21T19:32:54.132Z","repository":{"id":57496655,"uuid":"88518478","full_name":"deankarn/go-download","owner":"deankarn","description":"Library for interruptable, resumable download acceleration with automatic Accept-Ranges support","archived":false,"fork":false,"pushed_at":"2017-05-29T01:28:05.000Z","size":43,"stargazers_count":43,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-14T10:06:17.903Z","etag":null,"topics":["dowload","downloader","partialcontent"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deankarn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-17T14:52:00.000Z","updated_at":"2023-10-09T07:13:31.000Z","dependencies_parsed_at":"2022-08-28T20:01:53.629Z","dependency_job_id":null,"html_url":"https://github.com/deankarn/go-download","commit_stats":null,"previous_names":["joeybloggs/go-download"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deankarn%2Fgo-download","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deankarn%2Fgo-download/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deankarn%2Fgo-download/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deankarn%2Fgo-download/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deankarn","download_url":"https://codeload.github.com/deankarn/go-download/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244855680,"owners_count":20521678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dowload","downloader","partialcontent"],"created_at":"2024-08-04T09:00:33.953Z","updated_at":"2025-03-21T19:32:53.831Z","avatar_url":"https://github.com/deankarn.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"Package go-download\n===================\n![Project status](https://img.shields.io/badge/version-2.1.0-green.svg)\n[![Build Status](https://travis-ci.org/joeybloggs/go-download.svg?branch=master)](https://travis-ci.org/joeybloggs/go-download)\n[![Coverage Status](https://coveralls.io/repos/github/joeybloggs/go-download/badge.svg?branch=master)](https://coveralls.io/github/joeybloggs/go-download?branch=master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/joeybloggs/go-download)](https://goreportcard.com/report/github.com/joeybloggs/go-download)\n[![GoDoc](https://godoc.org/github.com/joeybloggs/go-download?status.svg)](https://godoc.org/github.com/joeybloggs/go-download)\n![License](https://img.shields.io/badge/license-BSD%202--clause-blue.svg)\n\nPackage go-download provides a library for interruptable, resumable download acceleration with automatic Accept-Ranges support\n\nIt Features:\n- [x] Customizable concurrency and/or chunk size. default is 10 goroutines\n- [x] Proxy of download eg. to display a progress bar\n\n## Installation\n```shell\ngo get -u github.com/joeybloggs/go-download\n```\nor if your looking for the standalone client\n```shell\ngo get -u github.com/joeybloggs/go-download/cmd/goget\n```\n\n## Examples\n\nMore examples [here](https://github.com/joeybloggs/go-download/tree/master/_examples)\n\n```go\npackage main\n\nimport (\n\t\"log\"\n\n\tdownload \"github.com/joeybloggs/go-download\"\n)\n\nfunc main() {\n\n\t// no options specified so will default to 10 concurrent download by default\n\n\tf, err := download.Open(\"https://storage.googleapis.com/golang/go1.8.1.src.tar.gz\", nil)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tdefer f.Close()\n\n\t// f implements io.Reader, write file somewhere or do some other sort of work with it\n}\n```\n\n## Contributing\n\nPull requests, bug fixes and issue reports are welcome.\n\nBefore proposing a change, please discuss your change by raising an issue.\n\n## License\n\nDistributed under BSD 2-clause license, please see license file in code for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeankarn%2Fgo-download","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeankarn%2Fgo-download","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeankarn%2Fgo-download/lists"}