mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Merge pull request #1242 from GLolol/shrinkurl/x0+https
ShrinkUrl: Update API URL, now serving HTTPS links
This commit is contained in:
commit
8b68261625
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user