Aspsine / MultiThreadDownload

Android Multi-Thread Download library
908 stars 285 forks source link

How to update thread info? #89

Open yasaman93 opened 7 years ago

yasaman93 commented 7 years ago

Every 1 hour, my download link changed. but I don't know how can I update uri in thread info inside my own class... so when I want to continue download, I get 404 error!

Please help me!

salehmosleh commented 6 years ago

hi , for this problem, when you got 404 error , you can get new url by http(s) request and start new download by old Tag name(maybe it works). MultiThreadDownload cant get new url by itself yet.