mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +01:00
urlquoting the url leads to short urls that prepend "http://" to the url
This commit is contained in:
parent
3739def69d
commit
653e4dec1b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user