diff options
Diffstat (limited to 'module/plugins/hoster')
| -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) | 
