python-email-crawler icon indicating copy to clipboard operation
python-email-crawler copied to clipboard

Empty spaces in the URL can be rendered properly

Open corleonis opened this issue 8 years ago • 1 comments

I've example URL: http://www.website.com/Search/in/Alderley Edge and it failed to fetch the page even though it exists. I've got this as response:

[22:57:43] ERROR::email_crawler - Exception at url: http://www.website.com/Search/in/Alderley Edge HTTP Error 400: Bad Request

corleonis avatar Nov 10 '16 22:11 corleonis

I guess you need to url encode the space to %20

BeOleg avatar Mar 04 '17 21:03 BeOleg