diff options
author | Leon Bergmann <leon.bergmann@sky-lab.de> | 2014-01-04 01:49:16 +0100 |
---|---|---|
committer | Leon Bergmann <leon.bergmann@sky-lab.de> | 2014-01-04 01:49:16 +0100 |
commit | 50ef18bfb7ced07dfacc8db28aa11dd376be65da (patch) | |
tree | 31eb37608f011e36bf6243d4127a8db5a9c8bad3 /module/plugins | |
parent | Shareonline: added HTTPS (diff) | |
download | pyload-50ef18bfb7ced07dfacc8db28aa11dd376be65da.tar.xz |
Update StreamcloudEu.py
update DIRECT_LINK_PATTERN streamcloud uses flv files and mp4
Diffstat (limited to 'module/plugins')
-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 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() |