diff options
author | 2012-08-22 01:16:39 +0200 | |
---|---|---|
committer | 2012-08-22 01:16:39 +0200 | |
commit | f7d1bb7cc380c99b9adc75587afb9c7365e5ff35 (patch) | |
tree | 48021fc83548ed004d5a2f5b80417d30de23de47 /module/plugins/hoster/RyushareCom.py | |
parent | uploded.net - closed #655, #661, #662# - thx meX Styler & thammi (diff) | |
download | pyload-f7d1bb7cc380c99b9adc75587afb9c7365e5ff35.tar.xz |
update XFileSharingPro - closes #663, hopefully doesn't break more
Diffstat (limited to 'module/plugins/hoster/RyushareCom.py')
-rw-r--r-- | module/plugins/hoster/RyushareCom.py | 4 |
1 files changed, 3 insertions, 1 deletions
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 |