diff options
author | godofdream <soilfiction@gmail.com> | 2012-09-05 22:52:34 +0200 |
---|---|---|
committer | godofdream <soilfiction@gmail.com> | 2012-09-05 22:52:34 +0200 |
commit | 95b2c23b789a2c12006ee4d54ae073fb186d9a03 (patch) | |
tree | f3af32372d4accc36c8653771ccbfda9bf3eeea9 | |
parent | postdownload check for ShareOnline, closes #669 (diff) | |
download | pyload-95b2c23b789a2c12006ee4d54ae073fb186d9a03.tar.xz |
Increased Shareonline version
-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 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") |