diff options
author | 2015-05-22 23:26:46 +0200 | |
---|---|---|
committer | 2015-05-22 23:26:46 +0200 | |
commit | 1293f4c3aaf0744b98fcd538bd2ddb8cb1d1733c (patch) | |
tree | 6cb181d40d99e395d56695f2ac24f4261636cdbe /module/plugins/hoster/StreamcloudEu.py | |
parent | [SimpleHoster] Fix captcha retrying (diff) | |
download | pyload-1293f4c3aaf0744b98fcd538bd2ddb8cb1d1733c.tar.xz |
[XFSHoster] Handle videoplayer
Diffstat (limited to 'module/plugins/hoster/StreamcloudEu.py')
-rw-r--r-- | module/plugins/hoster/StreamcloudEu.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/plugins/hoster/StreamcloudEu.py b/module/plugins/hoster/StreamcloudEu.py index 54f430508..0f8c08ad9 100644 --- a/module/plugins/hoster/StreamcloudEu.py +++ b/module/plugins/hoster/StreamcloudEu.py @@ -19,8 +19,6 @@ class StreamcloudEu(XFSHoster): WAIT_PATTERN = r'var count = (\d+)' - LINK_PATTERN = r'file: "(http://(stor|cdn)\d+\.streamcloud\.eu:?\d*/.*/video\.(mp4|flv))",' - def setup(self): self.multiDL = True |