{"id":17342928,"url":"https://github.com/agourlay/dlm","last_synced_at":"2026-04-01T23:55:34.339Z","repository":{"id":37871798,"uuid":"224260255","full_name":"agourlay/dlm","owner":"agourlay","description":"Minimal HTTP download manager","archived":false,"fork":false,"pushed_at":"2024-04-26T21:01:24.000Z","size":826,"stargazers_count":56,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T19:37:51.237Z","etag":null,"topics":["cli","download-manager","http"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agourlay.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-26T18:31:30.000Z","updated_at":"2024-05-07T07:35:40.416Z","dependencies_parsed_at":"2023-11-06T07:44:42.004Z","dependency_job_id":"c4d67e5c-b9f2-4ec2-af37-9852ed828329","html_url":"https://github.com/agourlay/dlm","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agourlay%2Fdlm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agourlay%2Fdlm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agourlay%2Fdlm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agourlay%2Fdlm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agourlay","download_url":"https://codeload.github.com/agourlay/dlm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230423559,"owners_count":18223435,"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":["cli","download-manager","http"],"created_at":"2024-10-15T16:07:33.121Z","updated_at":"2026-04-01T23:55:34.331Z","avatar_url":"https://github.com/agourlay.png","language":"Rust","readme":"# dlm\n\n[![Build status](https://github.com/agourlay/dlm/actions/workflows/ci.yml/badge.svg)](https://github.com/agourlay/dlm/actions/workflows/ci.yml)\n[![Crates.io](https://img.shields.io/crates/v/dlm.svg)](https://crates.io/crates/dlm)\n\nA minimal HTTP download manager that works just fine.\n\n## Features\n\n- read URLs from a text file\n- control maximum number of concurrent downloads\n- resume interrupted downloads if possible (using HTTP range)\n- automatically retry re-establishing download in case of timeout or hanging connection\n- multi progress bars (made with [indicatif](https://github.com/mitsuhiko/indicatif))\n- native support for proxies and redirects\n\n### Input file format\n\n- one URL per line\n- empty lines are ignored\n- lines starting with `#` are ignored as comment\n\n## Usage\n\n```\n./dlm --help\nMinimal download manager\n\nUsage: dlm [OPTIONS] [URL]\n\nArguments:\n  [URL]  Direct URL to download\n\nOptions:\n  -m, --max-concurrent \u003cmaxConcurrentDownloads\u003e\n          Maximum number of concurrent downloads [default: 2]\n  -i, --input-file \u003cinputFile\u003e\n          Input file with links\n  -o, --output-dir \u003coutputDir\u003e\n          Output directory for downloads [default: .]\n  -u, --user-agent \u003cuserAgent\u003e\n          User-Agent header to use\n      --random-user-agent\n          Use a random User-Agent header\n      --proxy \u003cproxy\u003e\n          HTTP proxy to use\n  -r, --retry \u003cretry\u003e\n          Number of retries on network error [default: 10]\n      --connection-timeout \u003cconnectionTimeoutSecs\u003e\n          Connection timeout in seconds [default: 10]\n  -a, --accept \u003caccept\u003e\n          Accept header value\n      --accept-invalid-certs\n          Accept invalid TLS certificates\n  -h, --help\n          Print help\n  -V, --version\n          Print version\n```\n\n## Examples\n\n- Download single file\n\n```bash\n./dlm https://storage.com/my-file.zip\n```\n\n- Download several files into current directory\n\n```bash\n./dlm --input-file ~/dlm/links.txt\n```\n\n- With output directory and max concurrent download control\n\n```bash\n./dlm --input-file ~/dlm/links.txt --output-dir ~/dlm/output --max-concurrent 2\n```\n\n## Installation\n\n### Releases\n\nUsing the provided binaries in https://github.com/agourlay/dlm/releases\n\n### Crates.io\n\nUsing Cargo via [crates.io](https://crates.io/crates/dlm).\n\n```bash\ncargo install dlm\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagourlay%2Fdlm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagourlay%2Fdlm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagourlay%2Fdlm/lists"}