liudiange / DGDownloadManager

下载的一个框架,支持断点续传、支持批量下载,支持ios和macOs,支持pod,可设置最大并发数量,可以暂停也可以恢复更可以取消。(A download framework supports breakpoint continuation, batch download, IOS and macOs, and pod. It can set the maximum number of concurrencies, pause or resume, and even cancel)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

获取下载完成的任务

lzc1022 opened this issue · comments

commented

下载完成的任务都从数组中移除了。
自己增加一个接口,把下载完成的任务用一个数组装起来

这个有时间我会添加

这个功能已经加上