diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2011-09-27 11:04:57 +0200 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2011-09-27 11:04:57 +0200 |
commit | a159147ae67249279677d51ff348c0c7c70f0b1d (patch) | |
tree | 5fbbf2b7ebcb6e435a35b1488a0173beb39ab577 /module/plugins/hoster/StreamCz.py | |
parent | plugins: czshare premium, czshare/quickshare/filefactory folders (diff) | |
download | pyload-a159147ae67249279677d51ff348c0c7c70f0b1d.tar.xz |
plugins: fix czshare premium, add ifolder.ru, share-rapid.com by MikyWoW
Diffstat (limited to 'module/plugins/hoster/StreamCz.py')
-rw-r--r-- | module/plugins/hoster/StreamCz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/StreamCz.py b/module/plugins/hoster/StreamCz.py index 57c00b8ba..ca1033502 100644 --- a/module/plugins/hoster/StreamCz.py +++ b/module/plugins/hoster/StreamCz.py @@ -41,7 +41,7 @@ class StreamCz(Hoster): __description__ = """stream.cz""" __author_name__ = ("zoidberg") - FILE_OFFLINE_PATTERN = r'<h1 class="commonTitle">Stránku nebylo možné nalézt \(404\)</h1>' + FILE_OFFLINE_PATTERN = r'<h1 class="commonTitle">Str.nku nebylo mo.n. nal.zt \(404\)</h1>' FILE_NAME_PATTERN = r'<link rel="video_src" href="http://www.stream.cz/\w+/(\d+)-([^"]+)" />' CDN_PATTERN = r'<param name="flashvars" value="[^"]*&id=(?P<ID>\d+)(?:&cdnLQ=(?P<cdnLQ>\d*))?(?:&cdnHQ=(?P<cdnHQ>\d*))?(?:&cdnHD=(?P<cdnHD>\d*))?&' |