diff options
author | Jeix <devnull@localhost> | 2011-12-20 13:04:35 +0100 |
---|---|---|
committer | Jeix <devnull@localhost> | 2011-12-20 13:04:35 +0100 |
commit | 9996353f80791a9ef00b3ed835ca80190d13d1cf (patch) | |
tree | 1e852c4677b0b01121efaf1b554bee1edaa5ee56 /module/plugins/hoster/ShareonlineBiz.py | |
parent | print false when not running (diff) | |
download | pyload-9996353f80791a9ef00b3ed835ca80190d13d1cf.tar.xz |
increase version numbers
Diffstat (limited to 'module/plugins/hoster/ShareonlineBiz.py')
-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 ab7f5b249..d355eeffe 100644 --- a/module/plugins/hoster/ShareonlineBiz.py +++ b/module/plugins/hoster/ShareonlineBiz.py @@ -38,7 +38,7 @@ class ShareonlineBiz(Hoster): __name__ = "ShareonlineBiz" __type__ = "hoster" __pattern__ = r"http://[\w\.]*?(share\-online\.biz|egoshare\.com)/(download.php\?id\=|dl/)[\w]+" - __version__ = "0.21" + __version__ = "0.22" __description__ = """Shareonline.biz Download Hoster""" __author_name__ = ("spoob", "mkaay") __author_mail__ = ("spoob@pyload.org", "mkaay@mkaay.de") |