{"id":17427269,"url":"https://github.com/jdevlieghere/tinydm","last_synced_at":"2025-04-16T01:16:26.418Z","repository":{"id":74873901,"uuid":"85984912","full_name":"JDevlieghere/tinydm","owner":"JDevlieghere","description":"Tiny Download Manager on top of libcurl","archived":false,"fork":false,"pushed_at":"2017-04-24T19:09:15.000Z","size":16,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T01:16:19.471Z","etag":null,"topics":["downloadmanager","libcurl","modern-cpp"],"latest_commit_sha":null,"homepage":"https://github.com/JDevlieghere/tinydm","language":"C++","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/JDevlieghere.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":"2017-03-23T18:37:55.000Z","updated_at":"2024-06-25T15:29:30.000Z","dependencies_parsed_at":"2023-07-04T02:22:04.100Z","dependency_job_id":null,"html_url":"https://github.com/JDevlieghere/tinydm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDevlieghere%2Ftinydm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDevlieghere%2Ftinydm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDevlieghere%2Ftinydm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDevlieghere%2Ftinydm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JDevlieghere","download_url":"https://codeload.github.com/JDevlieghere/tinydm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249178224,"owners_count":21225350,"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":["downloadmanager","libcurl","modern-cpp"],"created_at":"2024-10-17T06:06:12.051Z","updated_at":"2025-04-16T01:16:26.412Z","avatar_url":"https://github.com/JDevlieghere.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyDM\n\nAs the name suggests, `tinydm` is a lightweight utility for downloading\nmultiple files concurrently. It takes a single argument, the number of threads,\nand queues downloads until a thread is available.\n\n## Usage\n\nThe sample command bellow starts three concurrent downloads. The downloads are\nread from standard input by redirecting `urls.txt` which contains a list of\nnewline-separated URLs.\n\n```bash\n./tinydm 3 \u003c urls.txt\nFinished downloading sample_download0.bin\nFinished downloading sample_download1.bin\nFailed to download sample_download2.bin: Couldn't resolve host name\n```\n\nThe output of `tinydm` is limited to one line per file informing you whether\nthe download was successful or not.\n\n## Build\n\nTinyDM's only dependency is libcurl.\n\n```\n$ git clone https://github.com/JDevlieghere/tinydm.git \u0026\u0026 cd tinydm\n$ mkdir build \u0026\u0026 cd build\n$ cmake ..\n$ cmake --build .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdevlieghere%2Ftinydm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdevlieghere%2Ftinydm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdevlieghere%2Ftinydm/lists"}