diff options
author | Stefano <l.stickell@yahoo.it> | 2014-01-04 17:22:42 +0100 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-01-04 17:22:42 +0100 |
commit | 13702899406def4d46edadf997972ee2a539ca36 (patch) | |
tree | dac01bf634cdcaee634a510c57d73ea934a9b75b /module | |
parent | Merge pull request #455 from git-commit/patch-2 (diff) | |
parent | Update StreamcloudEu.py (diff) | |
download | pyload-13702899406def4d46edadf997972ee2a539ca36.tar.xz |
Merge pull request #453 from skydevment/patch-1
StreamcloudEU: Pattern updated
Diffstat (limited to 'module')
-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() |