diff options
Diffstat (limited to 'module/plugins/hoster/WarserverCz.py')
-rw-r--r-- | module/plugins/hoster/WarserverCz.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hoster/WarserverCz.py b/module/plugins/hoster/WarserverCz.py index ee580fbdd..b0235f4ad 100644 --- a/module/plugins/hoster/WarserverCz.py +++ b/module/plugins/hoster/WarserverCz.py @@ -30,7 +30,8 @@ class WarserverCz(SimpleHoster): __pattern__ = r"http://(?:\w*\.)?warserver.cz/stahnout/(?P<ID>\d+)/.+" __version__ = "0.12" __description__ = """Warserver.cz""" - __author_name__ = ("zoidberg") + __author_name__ = "zoidberg" + __author_mail__ = "zoidberg@mujmail.cz" FILE_NAME_PATTERN = r'<h1.*?>(?P<N>[^<]+)</h1>' FILE_SIZE_PATTERN = r'<li>Velikost: <strong>(?P<S>[^<]+)</strong>' |