diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 02:48:56 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 02:48:56 +0100 |
commit | 5b3681279d4bcd6f94b143918e837223a65d3c89 (patch) | |
tree | 3106c5450cd26a156ab7828f751ccf55e2526917 | |
parent | [OneFichierCom] Version up (diff) | |
download | pyload-5b3681279d4bcd6f94b143918e837223a65d3c89.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 6205d6950..b579b5e4b 100644 --- a/module/plugins/hoster/ShareonlineBiz.py +++ b/module/plugins/hoster/ShareonlineBiz.py @@ -12,7 +12,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster class ShareonlineBiz(SimpleHoster): __name__ = "ShareonlineBiz" __type__ = "hoster" - __version__ = "0.64" + __version__ = "0.65" __status__ = "testing" __pattern__ = r'https?://(?:www\.)?(share-online\.biz|egoshare\.com)/(download\.php\?id=|dl/)(?P<ID>\w+)' |