summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar Leon Bergmann <leon.bergmann@sky-lab.de> 2014-01-04 01:49:16 +0100
committerGravatar Leon Bergmann <leon.bergmann@sky-lab.de> 2014-01-04 01:49:16 +0100
commit50ef18bfb7ced07dfacc8db28aa11dd376be65da (patch)
tree31eb37608f011e36bf6243d4127a8db5a9c8bad3 /module/plugins/hoster
parentShareonline: added HTTPS (diff)
downloadpyload-50ef18bfb7ced07dfacc8db28aa11dd376be65da.tar.xz
Update StreamcloudEu.py
update DIRECT_LINK_PATTERN streamcloud uses flv files and mp4
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r--module/plugins/hoster/StreamcloudEu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/StreamcloudEu.py b/module/plugins/hoster/StreamcloudEu.py
index dd9bf9429..b9ff37052 100644
--- a/module/plugins/hoster/StreamcloudEu.py
+++ b/module/plugins/hoster/StreamcloudEu.py
@@ -16,7 +16,7 @@ class StreamcloudEu(XFileSharingPro):
__author_mail__ = ("seoester@googlemail.com")
HOSTER_NAME = "streamcloud.eu"
- DIRECT_LINK_PATTERN = r'file: "(http://(stor|cdn)\d+\.streamcloud.eu:?\d*/.*/video\.mp4)",'
+ DIRECT_LINK_PATTERN = r'file: "(http://(stor|cdn)\d+\.streamcloud.eu:?\d*/.*/video\.(mp4|flv))",'
def setup(self):
super(StreamcloudEu, self).setup()