python-email-crawler
python-email-crawler copied to clipboard
Empty spaces in the URL can be rendered properly
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
I guess you need to url encode
the space to %20