{"id":20510824,"url":"https://github.com/pplgin/multi-download","last_synced_at":"2026-04-17T22:04:41.560Z","repository":{"id":57137823,"uuid":"235533460","full_name":"pplgin/multi-download","owner":"pplgin","description":"Nodejs file Download with progress ","archived":false,"fork":false,"pushed_at":"2020-01-22T09:01:35.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T09:02:50.060Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pplgin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-22T08:53:46.000Z","updated_at":"2020-06-02T06:14:21.000Z","dependencies_parsed_at":"2022-08-22T21:30:40.296Z","dependency_job_id":null,"html_url":"https://github.com/pplgin/multi-download","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplgin%2Fmulti-download","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplgin%2Fmulti-download/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplgin%2Fmulti-download/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplgin%2Fmulti-download/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pplgin","download_url":"https://codeload.github.com/pplgin/multi-download/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242117039,"owners_count":20074431,"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":[],"created_at":"2024-11-15T20:31:30.303Z","updated_at":"2026-04-17T22:04:41.528Z","avatar_url":"https://github.com/pplgin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `multi-donwload`\n\n\u003e Nodejs 多文件下载\n\n## Usage\n\n```\nconst DownloadManager = require('@pplgin/multi-download');\n\nconst downloader = new DownloadManager({\n\ttimeout: 4000, // 下载文件超时时长\n\tmaxLimit: 20 // 同时下载文件数\n})\n\n\nconst fileUrls = [\n\t{\n\t\tfilename: '',\n\t\tfileUrl: '',\n\t\tdecompression: true,\n\t\tdecompDest: './test/t',\n\t\tdownloadPath: './test'\n\t}\n];\n\ndownloader.start(fileUrls, data =\u003e {\n\tconsole.log('progress', data.progress);\n})\n.then(res =\u003e { console.log('success!', res); })\n.catch(err =\u003e {\n\tconsole.log('error!', err);\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpplgin%2Fmulti-download","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpplgin%2Fmulti-download","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpplgin%2Fmulti-download/lists"}