summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-12-20 23:27:58 +0100
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-12-20 23:27:58 +0100
commit55e28e3b6166bc5d8e6c8c3b6f7ecd94c8555c7c (patch)
tree3ef92226ffc8056b84719467b769f6c5d5699940 /module
parent[SimpleHoster] update (2) (diff)
downloadpyload-55e28e3b6166bc5d8e6c8c3b6f7ecd94c8555c7c.tar.xz
[SimpleHoster] update (3)
Diffstat (limited to 'module')
-rw-r--r--module/plugins/internal/SimpleHoster.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py
index 2cf55950e..14dd71df3 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.10"
+ __version__ = "2.11"
__status__ = "stable"
__pattern__ = r'^unmatchable$'
@@ -431,7 +431,7 @@ class SimpleHoster(Hoster):
def handle_free(self, pyfile):
if not self.LINK_FREE_PATTERN:
- self.log_warning(_("Free download not implemented"))
+ self.error(_("Free download not implemented"))
m = re.search(self.LINK_FREE_PATTERN, self.data)
if m is not None: