diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-11-01 20:42:16 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-11-01 20:42:16 +0100 |
commit | 72e5fdbcd1a5e0d72a15bd7b82c46c6306349e0c (patch) | |
tree | 5b226276803e8c0839fc1f9cdb7c85c4bda14a0b /module | |
parent | Merge pull request #2137 from thadrien/pull-request-DropboxCom (diff) | |
download | pyload-72e5fdbcd1a5e0d72a15bd7b82c46c6306349e0c.tar.xz |
[RyushareCom] version up
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hoster/RyushareCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/RyushareCom.py b/module/plugins/hoster/RyushareCom.py index 79822877d..392b18348 100644 --- a/module/plugins/hoster/RyushareCom.py +++ b/module/plugins/hoster/RyushareCom.py @@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo class RyushareCom(DeadHoster): __name__ = "RyushareCom" __type__ = "hoster" - __version__ = "0.17" + __version__ = "0.30" __status__ = "stable" __pattern__ = r'http://(?:www\.)?ryushare\.com/\w+' |