YCDownloadSession icon indicating copy to clipboard operation
YCDownloadSession copied to clipboard

iOS background download video or file lib

Results 4 YCDownloadSession issues
Sort by recently updated
recently updated
newest added

How can we support URL redirection?

https://down1.ijjxs.com/d/file/p/txt/2022/%E3%80%8A%E9%87%8D%E7%94%9F%E4%B9%8B%E5%AB%A1%E5%A5%B3%E5%9C%A8%E4%B8%8A%E3%80%8B%E4%BD%9C%E8%80%85%EF%BC%9A%E5%A7%9C%E5%8F%B6.txt

let task = YCDownloader.downloader().resumeDownloadTask( withTid: "b7d202f9a6fcb0fa476b530e98d3fc2f") { progress, sender in let percent = Double(progress.completedUnitCount) / Double(progress.totalUnitCount) * 100 let percentInt = Int(percent) print("this is process \(percentInt)% \(sender.taskId)") } completion: {...

重新设置最大下载数,设置后没有生效