From 50ef18bfb7ced07dfacc8db28aa11dd376be65da Mon Sep 17 00:00:00 2001 From: Leon Bergmann Date: Sat, 4 Jan 2014 01:49:16 +0100 Subject: Update StreamcloudEu.py update DIRECT_LINK_PATTERN streamcloud uses flv files and mp4 --- module/plugins/hoster/StreamcloudEu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3