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.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/WarserverCz.py b/module/plugins/hoster/WarserverCz.py
index 4f0de8425..423170319 100644
--- a/module/plugins/hoster/WarserverCz.py
+++ b/module/plugins/hoster/WarserverCz.py
@@ -24,11 +24,11 @@ class WarserverCz(CoolshareCz):
__name__ = "WarserverCz"
__type__ = "hoster"
__pattern__ = r"http://(?:\w*\.)?warserver.cz/stahnout/(?P<ID>\d+)/.+"
- __version__ = "0.1"
+ __version__ = "0.11"
__description__ = """Warserver.cz"""
__author_name__ = ("zoidberg")
-
- PREMIUM_URL_PATTERN = r'<a href="(http://s01.warserver.cz/dwn-premium.php.*?)"'
+
+ FILE_NAME_PATTERN = r'<h1.*?>(?P<N>[^<]+)</h1>'
DOMAIN = "http://s01.warserver.cz"
getInfo = create_getInfo(WarserverCz) \ No newline at end of file