summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar sebdelsol <seb.morin@gmail.com> 2014-12-12 16:07:30 +0100
committerGravatar sebdelsol <seb.morin@gmail.com> 2014-12-12 16:07:30 +0100
commitffbcf11d953c47b8987c7c5bb1c45c67df49c92a (patch)
tree33ef5a740354b4429603be22f45ab89bfb82a3d4 /module
parent[DebridItaliaCom] Typo fixup (diff)
downloadpyload-ffbcf11d953c47b8987c7c5bb1c45c67df49c92a.tar.xz
[SendspaceCom] https link
https link were not handled (a lot of sendspace link are https).
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hoster/SendspaceCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/SendspaceCom.py b/module/plugins/hoster/SendspaceCom.py
index b589bb021..09e571783 100644
--- a/module/plugins/hoster/SendspaceCom.py
+++ b/module/plugins/hoster/SendspaceCom.py
@@ -10,7 +10,7 @@ class SendspaceCom(SimpleHoster):
__type__ = "hoster"
__version__ = "0.14"
- __pattern__ = r'http://(?:www\.)?sendspace\.com/file/.*'
+ __pattern__ = r'https?://(?:www\.)?sendspace\.com/file/.*'
__description__ = """Sendspace.com hoster plugin"""
__license__ = "GPLv3"