Google gives back a URL like so: `'URL:https\\://plus.google.com/u/0/38497128973128932',` The colon has been escaped with a double backslash. Once it has been parsed, the output is simply: > https\\ This means that the colon was not escaped at all. **If you are willing to accept, a pull request can be made to fix this.**