summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/ShareonlineBiz.py
diff options
context:
space:
mode:
authorGravatar godofdream <soilfiction@gmail.com> 2012-09-05 22:52:34 +0200
committerGravatar godofdream <soilfiction@gmail.com> 2012-09-05 22:52:34 +0200
commit95b2c23b789a2c12006ee4d54ae073fb186d9a03 (patch)
treef3af32372d4accc36c8653771ccbfda9bf3eeea9 /module/plugins/hoster/ShareonlineBiz.py
parentpostdownload check for ShareOnline, closes #669 (diff)
downloadpyload-95b2c23b789a2c12006ee4d54ae073fb186d9a03.tar.xz
Increased Shareonline version
Diffstat (limited to 'module/plugins/hoster/ShareonlineBiz.py')
-rw-r--r--module/plugins/hoster/ShareonlineBiz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py
index 3a76be694..e47aa0e5e 100644
--- a/module/plugins/hoster/ShareonlineBiz.py
+++ b/module/plugins/hoster/ShareonlineBiz.py
@@ -43,7 +43,7 @@ class ShareonlineBiz(Hoster):
__name__ = "ShareonlineBiz"
__type__ = "hoster"
__pattern__ = r"http://[\w\.]*?(share\-online\.biz|egoshare\.com)/(download.php\?id\=|dl/)[\w]+"
- __version__ = "0.33"
+ __version__ = "0.34"
__description__ = """Shareonline.biz Download Hoster"""
__author_name__ = ("spoob", "mkaay", "zoidberg")
__author_mail__ = ("spoob@pyload.org", "mkaay@mkaay.de", "zoidberg@mujmail.cz")