summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-12-31 15:42:05 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2014-04-21 16:47:45 +0200
commit298d1cdef4b14e57b1eadb331cfa79cbb41ed8d2 (patch)
tree92308671ead8f06425ce936570b7cbc3474d279e
parentFilerNet: fixed #440 (diff)
downloadpyload-298d1cdef4b14e57b1eadb331cfa79cbb41ed8d2.tar.xz
Shareonline: added HTTPS
Requested in #451 (cherry picked from commit 7979e5fa3601dd9c7ee508d8496abfbc39cfa907)
-rw-r--r--pyload/plugins/hoster/ShareonlineBiz.py4
1 files changed, 2 insertions, 2 deletions
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")