summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Seoester <seoester@googlemail.com> 2013-05-30 22:42:46 +0200
committerGravatar Seoester <seoester@googlemail.com> 2013-05-30 22:42:46 +0200
commitd274fc9e0b3ff69b336eda724d77b01853f5fc2a (patch)
treeb5ac3c7508436cd6309a4e6c029f0f06841a9a8d
parentStreamcloudEu plugin: MultiDL enabled (diff)
downloadpyload-d274fc9e0b3ff69b336eda724d77b01853f5fc2a.tar.xz
Improved DIRECT_LINK_PATTERN
-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 a041d917c..3636dd029 100644
--- a/module/plugins/hoster/StreamcloudEu.py
+++ b/module/plugins/hoster/StreamcloudEu.py
@@ -12,7 +12,7 @@ class StreamcloudEu(XFileSharingPro):
__author_mail__ = ("seoester@googlemail.com")
HOSTER_NAME = "streamcloud.eu"
- DIRECT_LINK_PATTERN = r'file: "(https?://stor\d+\.streamcloud.eu:?\d*/.*/video\.mp4)",'
+ DIRECT_LINK_PATTERN = r'file: "(https?://(stor|cdn)\d+\.streamcloud.eu:?\d*/.*/video\.mp4)",'
def setup(self):
XFileSharingPro.setup(self)