Merge pull request #1242 from GLolol/shrinkurl/x0+https

ShrinkUrl: Update API URL, now serving HTTPS links
This commit is contained in:
Valentin Lorentz 2016-05-08 08:58:12 +02:00
commit 8b68261625

View File

@ -229,7 +229,7 @@ class ShrinkUrl(callbacks.PluginRegexp):
irc.error(str(e))
ur1 = thread(wrap(ur1, ['httpUrl']))
_x0Api = 'http://api.x0.no/?%s'
_x0Api = 'https://x0.no/api/?%s'
@retry
def _getX0Url(self, url):
try: