diff options
author | 2012-08-11 01:20:42 +0200 | |
---|---|---|
committer | 2012-08-11 01:20:42 +0200 | |
commit | d561ec9fbd26f4fcc98b924b2e34c8be9cf6f22d (patch) | |
tree | 4e0c3f68d92cf5fac2eaa272606fcf93764bc37c /module/plugins/hoster/WarserverCz.py | |
parent | update uploading.com (diff) | |
download | pyload-d561ec9fbd26f4fcc98b924b2e34c8be9cf6f22d.tar.xz |
coolshare.cz + warserver.cz premium support
Diffstat (limited to 'module/plugins/hoster/WarserverCz.py')
-rw-r--r-- | module/plugins/hoster/WarserverCz.py | 6 |
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 |