diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-04-11 12:21:37 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-04-21 17:20:49 +0200 |
commit | c7b21dbabe0d04668eae1c26db61b5e63d5ae774 (patch) | |
tree | fccdcdd2bb4f687d8888e9da4b9de5f68773bf71 /pyload/plugins/hoster/StreamcloudEu.py | |
parent | Use re.match for __pattern__ matches instead re.search (diff) | |
download | pyload-c7b21dbabe0d04668eae1c26db61b5e63d5ae774.tar.xz |
Fix HOSTER_NAME in XFileSharingPro plugins
Merges vuolter/pyload@f20b998
(cherry picked from commit 02e1638896c073f5d1c904a3e611d09298df79fa)
Diffstat (limited to 'pyload/plugins/hoster/StreamcloudEu.py')
-rw-r--r-- | pyload/plugins/hoster/StreamcloudEu.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugins/hoster/StreamcloudEu.py b/pyload/plugins/hoster/StreamcloudEu.py index a61588508..cb0222fcb 100644 --- a/pyload/plugins/hoster/StreamcloudEu.py +++ b/pyload/plugins/hoster/StreamcloudEu.py @@ -16,6 +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|flv))",' def setup(self): |