From 298d1cdef4b14e57b1eadb331cfa79cbb41ed8d2 Mon Sep 17 00:00:00 2001 From: Stefano Date: Tue, 31 Dec 2013 15:42:05 +0100 Subject: Shareonline: added HTTPS Requested in #451 (cherry picked from commit 7979e5fa3601dd9c7ee508d8496abfbc39cfa907) --- pyload/plugins/hoster/ShareonlineBiz.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/hoster') diff --git a/pyload/plugins/hoster/ShareonlineBiz.py b/pyload/plugins/hoster/ShareonlineBiz.py index 7c0f9c069..5b7a0e913 100644 --- a/pyload/plugins/hoster/ShareonlineBiz.py +++ b/pyload/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") -- cgit v1.2.3