diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-29 20:35:22 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-29 20:35:22 +0200 |
commit | 628d3f1db423690c8f0076036e79ca536c897d3d (patch) | |
tree | 6d308951e4f3c867fd24f1fd7d94ef543d03bd23 /module/plugins | |
parent | fix #349 add captcha support (diff) | |
download | pyload-628d3f1db423690c8f0076036e79ca536c897d3d.tar.xz |
little thrift fixes, some new methods stubs
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hoster/ShareCx.py | 5 |
1 files changed, 4 insertions, 1 deletions
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():
|