diff options
author | Seoester <seoester@googlemail.com> | 2013-05-30 22:42:46 +0200 |
---|---|---|
committer | Seoester <seoester@googlemail.com> | 2013-05-30 22:42:46 +0200 |
commit | d274fc9e0b3ff69b336eda724d77b01853f5fc2a (patch) | |
tree | b5ac3c7508436cd6309a4e6c029f0f06841a9a8d | |
parent | StreamcloudEu plugin: MultiDL enabled (diff) | |
download | pyload-d274fc9e0b3ff69b336eda724d77b01853f5fc2a.tar.xz |
Improved DIRECT_LINK_PATTERN
-rw-r--r-- | module/plugins/hoster/StreamcloudEu.py | 2 |
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) |