{"id":20588537,"url":"https://github.com/znck/downloader","last_synced_at":"2025-10-10T17:48:21.779Z","repository":{"id":23343196,"uuid":"26703799","full_name":"znck/downloader","owner":"znck","description":"A simple downloader to download large files.","archived":false,"fork":false,"pushed_at":"2016-03-17T19:05:59.000Z","size":46,"stargazers_count":14,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-21T12:35:28.930Z","etag":null,"topics":["curl","linux","osx","script","shell"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/znck.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":"2014-11-16T04:34:28.000Z","updated_at":"2024-03-31T21:37:18.000Z","dependencies_parsed_at":"2022-08-21T16:20:40.499Z","dependency_job_id":null,"html_url":"https://github.com/znck/downloader","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/znck/downloader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znck%2Fdownloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znck%2Fdownloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znck%2Fdownloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znck%2Fdownloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/znck","download_url":"https://codeload.github.com/znck/downloader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znck%2Fdownloader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004825,"owners_count":26083783,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["curl","linux","osx","script","shell"],"created_at":"2024-11-16T07:25:04.104Z","updated_at":"2025-10-10T17:48:21.717Z","avatar_url":"https://github.com/znck.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Downloader\n=========\nA simple downloader to download large files.\n\n![Downloader](cover.png)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\" alt=\"Software License\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/znck/downloader/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/release/downloader/plug.svg?style=flat-square\" alt=\"Latest Version\" /\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/znck/downloader/issues\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/znck/downloader.svg?style=flat-square\" alt=\"Issues\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n## How to install?\n\nRun this in your terminal to get the latest Downloader version:\n```bash\ncurl -sS https://raw.githubusercontent.com/znck/downloader/master/install.sh | sudo -E bash\n```\n\n## How to use?\n\nDownloader has simple command line interface.\n\n```bash\ndownloader \u003curl\u003e [\u003cchunk size\u003e] [\u003cfilename\u003e]\n```\n\nDefault chunk size is 128mb but you can change it by a line to your `.bashrc` file\n\n```bash\necho \"export downloader_chunk_size=10\" \u003e \"$HOME/.bashrc\" # This will set chunk size to 10mb.\n```\nDefault output directory is `~/Downloads` and you change this too.\n\n```bash\necho \"export downloader_output_dir=$HOME/Documents\" \u003e \"$HOME/.bashrc\"\n```\n\n## Proxy settings\nDownloader uses cURL to fetch chunks and cURL respects environment proxy variables.\n\n```bash\necho \"export http_proxy=http://\u003cproxy_server\u003e:\u003cproxy_port\u003e\" \u003e \"$HOME/.bashrc\"\necho \"export https_proxy=https://\u003cproxy_server\u003e:\u003cproxy_port\u003e\" \u003e \"$HOME/.bashrc\"\n\n# For authenticated proxies\necho \"export http_proxy=http://\u003cusername\u003e:\u003cpassword\u003e@\u003cproxy_server\u003e:\u003cproxy_port\u003e\" \u003e \"$HOME/.bashrc\"\necho \"export https_proxy=https://\u003cusername\u003e:\u003cpassword\u003e@\u003cproxy_server\u003e:\u003cproxy_port\u003e\" \u003e \"$HOME/.bashrc\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznck%2Fdownloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fznck%2Fdownloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznck%2Fdownloader/lists"}