From f7d1bb7cc380c99b9adc75587afb9c7365e5ff35 Mon Sep 17 00:00:00 2001 From: zoidberg10 Date: Wed, 22 Aug 2012 01:16:39 +0200 Subject: update XFileSharingPro - closes #663, hopefully doesn't break more --- module/plugins/hoster/RyushareCom.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module/plugins/hoster/RyushareCom.py') diff --git a/module/plugins/hoster/RyushareCom.py b/module/plugins/hoster/RyushareCom.py index 97a14242c..b3d7bafc6 100644 --- a/module/plugins/hoster/RyushareCom.py +++ b/module/plugins/hoster/RyushareCom.py @@ -5,11 +5,13 @@ class RyushareCom(XFileSharingPro): __name__ = "RyushareCom" __type__ = "hoster" __pattern__ = r"http://(?:\w*\.)*?ryushare.com/\w{12}" - __version__ = "0.01" + __version__ = "0.02" __description__ = """ryushare.com hoster plugin""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") + HOSTER_NAME = "ryushare.com" + def setup(self): self.resumeDownload = self.multiDL = self.premium -- cgit v1.2.3