summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/WarserverCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/WarserverCz.py')
-rw-r--r--module/plugins/hoster/WarserverCz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/WarserverCz.py b/module/plugins/hoster/WarserverCz.py
index a80349b45..1a3a707b7 100644
--- a/module/plugins/hoster/WarserverCz.py
+++ b/module/plugins/hoster/WarserverCz.py
@@ -36,7 +36,7 @@ class WarserverCz(SimpleHoster):
FILE_NAME_PATTERN = r'<h1.*?>(?P<N>[^<]+)</h1>'
FILE_SIZE_PATTERN = r'<li>Velikost: <strong>(?P<S>[^<]+)</strong>'
- FILE_OFFLINE_PATTERN = r'<h1>Soubor nenalezen</h1>'
+ OFFLINE_PATTERN = r'<h1>Soubor nenalezen</h1>'
PREMIUM_URL_PATTERN = r'href="(http://[^/]+/dwn-premium.php.*?)"'
DOMAIN = "http://csd01.coolshare.cz"