From c6b0d1ae7f889dfcbecafec380b844daa9b78d83 Mon Sep 17 00:00:00 2001 From: GammaC0de Date: Mon, 21 Dec 2015 00:53:22 +0200 Subject: [SimpleHoster] update (5) --- module/plugins/internal/SimpleHoster.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module') diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py index bcc0dfebe..303e84174 100644 --- a/module/plugins/internal/SimpleHoster.py +++ b/module/plugins/internal/SimpleHoster.py @@ -16,7 +16,7 @@ from module.plugins.internal.utils import (encode, parse_name, parse_size, class SimpleHoster(Hoster): __name__ = "SimpleHoster" __type__ = "hoster" - __version__ = "2.12" + __version__ = "2.13" __status__ = "stable" __pattern__ = r'^unmatchable$' @@ -277,8 +277,8 @@ class SimpleHoster(Hoster): self.log_info(_("Processing as free download...")) self.handle_free(pyfile) - if not self.link: - self.error(_("%s download link not found") % ("Premium" if self.premium else "Free")) + if not self.link: + self.error(_("%s download link not found") % ("Premium" if self.premium else "Free")) if not self.last_download: self.log_info(_("Downloading file...")) -- cgit v1.2.3