diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-09 22:21:44 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-09 22:21:44 +0100 |
commit | e9525741306111eb61502255c629753b46e0fb22 (patch) | |
tree | 0e4e8a580270239c23d0425790e06c131097b4c7 | |
parent | fix #2183 (diff) | |
download | pyload-e9525741306111eb61502255c629753b46e0fb22.tar.xz |
[ShareonlineBiz] version up
-rw-r--r-- | module/plugins/hoster/ShareonlineBiz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py index 24c25a43a..06c9f6cfe 100644 --- a/module/plugins/hoster/ShareonlineBiz.py +++ b/module/plugins/hoster/ShareonlineBiz.py @@ -12,7 +12,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo class ShareonlineBiz(SimpleHoster): __name__ = "ShareonlineBiz" __type__ = "hoster" - __version__ = "0.63" + __version__ = "0.64" __status__ = "testing" __pattern__ = r'https?://(?:www\.)?(share-online\.biz|egoshare\.com)/(download\.php\?id=|dl/)(?P<ID>\w+)' |