diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2012-09-25 19:07:51 +0200 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2012-09-25 19:07:51 +0200 |
commit | 233bf90feb2941ecacee56966fdee2cd2f65d7b2 (patch) | |
tree | 503535952b2de69ebfde0c34cd5b95b5e03f4c5c /module/plugins/hoster/RyushareCom.py | |
parent | multihosters - closed #618, store http/ftp accounts, add uptobox.com premium (diff) | |
download | pyload-233bf90feb2941ecacee56966fdee2cd2f65d7b2.tar.xz |
small plugin fixes
Diffstat (limited to 'module/plugins/hoster/RyushareCom.py')
-rw-r--r-- | module/plugins/hoster/RyushareCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/RyushareCom.py b/module/plugins/hoster/RyushareCom.py index b3d7bafc6..9bbbdcb91 100644 --- a/module/plugins/hoster/RyushareCom.py +++ b/module/plugins/hoster/RyushareCom.py @@ -4,8 +4,8 @@ from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInf class RyushareCom(XFileSharingPro): __name__ = "RyushareCom" __type__ = "hoster" - __pattern__ = r"http://(?:\w*\.)*?ryushare.com/\w{12}" - __version__ = "0.02" + __pattern__ = r"http://(?:\w*\.)*?ryushare.com/\w{11,}" + __version__ = "0.03" __description__ = """ryushare.com hoster plugin""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") |