summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RyushareCom.py
diff options
context:
space:
mode:
authorGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-09-25 19:07:51 +0200
committerGravatar zoidberg10 <zoidberg@mujmail.cz> 2012-09-25 19:07:51 +0200
commit233bf90feb2941ecacee56966fdee2cd2f65d7b2 (patch)
tree503535952b2de69ebfde0c34cd5b95b5e03f4c5c /module/plugins/hoster/RyushareCom.py
parentmultihosters - closed #618, store http/ftp accounts, add uptobox.com premium (diff)
downloadpyload-233bf90feb2941ecacee56966fdee2cd2f65d7b2.tar.xz
small plugin fixes
Diffstat (limited to 'module/plugins/hoster/RyushareCom.py')
-rw-r--r--module/plugins/hoster/RyushareCom.py4
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")