kevva / download

Download and extract files
MIT License
1.28k stars 199 forks source link

RequestError: Request path contains unescaped characters #177

Open atiksoftware opened 5 years ago

atiksoftware commented 5 years ago

i want download an image from url But url is contain non latin chars, like "site.com/uploads/Маникюр-Nail-Özgün.jpg" and i got RequestError: Request path contains unescaped characters,

how can i fix this ?

a044161 commented 5 years ago

the same to me http://192.168.1.36:38004/xxx-1.0.1-mac.zip

CognitiveClouds-Prasad commented 5 years ago

I am having the same issue too.

wll8 commented 5 years ago

@atiksoftware @CognitiveClouds-Prasad encodeURI(downUrl) or wget -x -N "${downUrl}"