urlquoting the url leads to short urls that prepend "http://" to the url

This commit is contained in:
Joe Julian 2012-08-13 11:47:43 -07:00 committed by Valentin Lorentz
parent 3739def69d
commit 653e4dec1b
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@ class ShrinkUrl(callbacks.PluginRegexp):
_gooApi = 'https://www.googleapis.com/urlshortener/v1/url'
def _getGooUrl(self, url):
url = utils.web.urlquote(url)
try:
return self.db.get('goo', url)
except KeyError: