summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/HellshareCz.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/HellshareCz.py')
-rw-r--r--pyload/plugins/hoster/HellshareCz.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/HellshareCz.py b/pyload/plugins/hoster/HellshareCz.py
index 5f3236876..7edba3a7d 100644
--- a/pyload/plugins/hoster/HellshareCz.py
+++ b/pyload/plugins/hoster/HellshareCz.py
@@ -13,8 +13,8 @@ class HellshareCz(SimpleHoster):
__pattern__ = r'(http://(?:www\.)?hellshare\.(?:cz|com|sk|hu|pl)/[^?]*/\d+).*'
__description__ = """Hellshare.cz hoster plugin"""
- __author_name__ = "zoidberg"
- __author_mail__ = "zoidberg@mujmail.cz"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]
+
FILE_NAME_PATTERN = r'<h1 id="filename"[^>]*>(?P<N>[^<]+)</h1>'
FILE_SIZE_PATTERN = r'<strong id="FileSize_master">(?P<S>[0-9.]*)&nbsp;(?P<U>[kKMG])i?B</strong>'