Closed syedhabib53 closed 6 years ago
does your pull request fix this issue?
Yes. And I have fixed one more issue, that the response returns encode uri. Check my latest commits.
sorry for taking so long, I've been super busy at my job, I merged some other PR and it conflicts with yours but I haven't checked what the conflict is, I'll do that later today
I'm having issues with this. Downloading from url like this 'https://somedownloadsite.com/download/video.mp4?param=123123
Throws this log message
video.mp4?param=123123 does not exist, download it now.
Line98 we are using
response.request.uri.href
to find file name insteadresponse.request.uri.pathname
.