diff options
author | Stefano <l.stickell@yahoo.it> | 2013-12-31 15:42:05 +0100 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-12-31 15:42:05 +0100 |
commit | 7979e5fa3601dd9c7ee508d8496abfbc39cfa907 (patch) | |
tree | 0954fa2a16a7a7271dd6f912f5393f766eb97d50 /module/plugins | |
parent | FilerNet: fixed #440 (diff) | |
download | pyload-7979e5fa3601dd9c7ee508d8496abfbc39cfa907.tar.xz |
Shareonline: added HTTPS
Requested in #451
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hoster/ShareonlineBiz.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py index 7c0f9c069..5b7a0e913 100644 --- a/module/plugins/hoster/ShareonlineBiz.py +++ b/module/plugins/hoster/ShareonlineBiz.py @@ -47,8 +47,8 @@ class ReCaptcha(_ReCaptcha): class ShareonlineBiz(Hoster): __name__ = "ShareonlineBiz" __type__ = "hoster" - __pattern__ = r"http://[\w\.]*?(share\-online\.biz|egoshare\.com)/(download.php\?id\=|dl/)[\w]+" - __version__ = "0.36" + __pattern__ = r"https?://[\w\.]*?(share\-online\.biz|egoshare\.com)/(download.php\?id\=|dl/)[\w]+" + __version__ = "0.37" __description__ = """Shareonline.biz Download Hoster""" __author_name__ = ("spoob", "mkaay", "zoidberg") __author_mail__ = ("spoob@pyload.org", "mkaay@mkaay.de", "zoidberg@mujmail.cz") |