SRDownloadManager
SRDownloadManager copied to clipboard
Powerful and easy-to-use file download manager based on NSURLSession. Provide download status, progress and completion callback block.
for循环中下载,偶尔会出现这个错误,不是必现
When download through tableview SRDownloadManager is reduce it's accuracy and downloading url in other TableView row so how can fix this, i think this library no longer maintain.
支持m3u8
当前页面下载的时候,暂停下载,返回上一页,页面被释放,重新回到下载页面继续下载,无响应
Would be really good if I could prioritize a URL, then it should be the first to pick (even on FIFO or FILO) Use case: I'm downloading a lot of...
When I suspend all my waiting downloads `suspendAllDownloads;`, then resume it `resumeAllDownloads`, it loses the original order.
Pod still on `1.5.0` from last year
Can you please add the background download facility
我测试的时候发现了些问题,表示很不解: 1、APP在下载过程中突然崩溃了,如何去保存completionHandler()? 2、在- (void)application:(UIApplication *)application handleEventsForBackgroundURLSession:(NSString *)identifier completionHandler:(void (^)(void))completionHandler 中,好像并不需要创建参照? 我发现没创建也是OK的,不知道和创建了有什么区别 3、如果我创建了多个NSURLSession,到后台后是不是要保存多份completionHandler()? 4、我重新进入APP的时候,创建NSURLSession就自动给我继续下载了,导致我在逻辑处理出了问题,怎么让它不自动下载?