From 628d3f1db423690c8f0076036e79ca536c897d3d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 29 Jun 2011 20:35:22 +0200 Subject: little thrift fixes, some new methods stubs --- module/plugins/hoster/ShareCx.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'module/plugins/hoster') diff --git a/module/plugins/hoster/ShareCx.py b/module/plugins/hoster/ShareCx.py index 8381c7909..cd3c4109b 100644 --- a/module/plugins/hoster/ShareCx.py +++ b/module/plugins/hoster/ShareCx.py @@ -36,7 +36,7 @@ class ShareCx(Hoster): __name__ = "ShareCx" __type__ = "hoster" __pattern__ = r"http://[\w\.]*?share\.cx/(files|videos)/\d+" - __version__ = "0.3" + __version__ = "0.31" __description__ = """Share.cx Download Hoster""" __author_name__ = ("jeix") __author_mail__ = ("jeix@hasnomail.de") @@ -50,6 +50,9 @@ class ShareCx(Hoster): def process(self, pyfile): + + self.fail("Hoster is gone offline forever.") + self.pyfile = pyfile self.download_html() if not self.file_exists(): -- cgit v1.2.3