MultiThreadDownloader icon indicating copy to clipboard operation
MultiThreadDownloader copied to clipboard

Light weight and simple Multi-Thread Downloader for Android

Results 37 MultiThreadDownloader issues
Sort by recently updated
recently updated
newest added

这个是什么原因?是不能下载还是不能在本地预创建文件???

Hi. We can not download from redirect links like this : http://s2.namasha.com/videos/dl/6936051306 The multithreaddownloader cant find realy file name and type .

hello, how can get status of download is downloading, is stop or....?

How to calculate download speed ?!

http1.1协议默认就是chunked模式的,使用Gzip压缩,这样就会导致获取不到content_length,导致不能创建文件或者代码中有直接return处理吗?

刚点击开始下载,马上dlStop,再点击开始就会一直onError: 101 XXXX is downloading.,无论是取消下载还是会onError: 101 XXXX is downloading

cn.aigestudio.downloader.bizs.DLTask 162行 if (info.file.exists() && info.file.length() == info.totalBytes&& info.file.length()!=0) { Log.e(TAG, "The file which we want to download was already here."); info.listener.onFinish(info.file);//建议加上这句 文件存在 返回onfinish 不然已经下载过的无法知道 return; } cn.aigestudio.downloader.bizs.DLManager dlStart 文件下载成功删除了文件...

我不知道`System.currentTimeMillis()`性能怎么样. 但我觉得这里变成百分比回调给`UI`层比较好,这样UI最多刷新`100`次. 还有就是为什么新文件下载是单线程,续传的时候 又成了多线程?

你好,我使用AWS S3的下载影片内容高达700MB,结果都跑到80%~9​​0%左右,之后就不会跑onProgress,但是我直接去看档案已经下载完成了,有方法解决吗? 我有试过100MB以内的没有问题。

表现为下载的进度不动了,手动暂停时,由于走不到DLThread里面,不走DLTask的onStop方法,然后TASK_DLING中无法删除这个任务,出现死循环,无法手动暂停或开始任务,只能dlCancel删除下载任务。 不太清楚为什么会出现这种情况。