summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2014-01-04 17:22:42 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2014-01-04 17:22:42 +0100
commit13702899406def4d46edadf997972ee2a539ca36 (patch)
treedac01bf634cdcaee634a510c57d73ea934a9b75b /module
parentMerge pull request #455 from git-commit/patch-2 (diff)
parentUpdate StreamcloudEu.py (diff)
downloadpyload-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.py2
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()