From 8368a9a74d998b314f3864dcc8ce25c513d85cf9 Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 7 Mar 2013 16:41:25 +0100 Subject: Various fixes in 24 plugins --- module/plugins/hoster/AlldebridCom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster/AlldebridCom.py') diff --git a/module/plugins/hoster/AlldebridCom.py b/module/plugins/hoster/AlldebridCom.py index e93e7beb9..fe58ff0a7 100644 --- a/module/plugins/hoster/AlldebridCom.py +++ b/module/plugins/hoster/AlldebridCom.py @@ -13,7 +13,7 @@ from module.utils import parseFileSize, fs_encode class AlldebridCom(Hoster): __name__ = "AlldebridCom" - __version__ = "0.2" + __version__ = "0.3" __type__ = "hoster" __pattern__ = r"https?://.*alldebrid\..*" @@ -57,7 +57,7 @@ class AlldebridCom(Hoster): if data["error"]: if data["error"] == "This link isn't available on the hoster website.": - self.offline() + self.offline() else: self.logWarning(data["error"]) self.tempOffline() -- cgit v1.2.3