Aspsine / MultiThreadDownload

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

Protocol error for one of my urls! #78

Closed yasaman93 closed 8 years ago

yasaman93 commented 8 years ago

I can download many files with your library, but for one of download urls I got protocol error! this is my url: http://***.ir/sources/books/files/1395/001-%20John%20Henry.mp3

error: fail audiocom.aspsine.multithreaddownload.DownloadException: Protocol error

Aspsine commented 8 years ago

I tested. It works fine.

John Henry's story is very interesting. : )

yasaman93 commented 8 years ago

I found my problem! I must replace spaces in url with %20 programmatically! :)