diff options
Diffstat (limited to 'pyload/plugins/accounts/HellshareCz.py')
-rw-r--r-- | pyload/plugins/accounts/HellshareCz.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/accounts/HellshareCz.py b/pyload/plugins/accounts/HellshareCz.py index 4718ade99..0759912e6 100644 --- a/pyload/plugins/accounts/HellshareCz.py +++ b/pyload/plugins/accounts/HellshareCz.py @@ -28,8 +28,8 @@ class HellshareCz(Account): __version__ = "0.14" __type__ = "account" __description__ = """hellshare.cz account plugin""" - __author_name__ = ("zoidberg") - __author_mail__ = ("zoidberg@mujmail.cz") + __author_name__ = "zoidberg" + __author_mail__ = "zoidberg@mujmail.cz" CREDIT_LEFT_PATTERN = r'<div class="credit-link">\s*<table>\s*<tr>\s*<th>(\d+|\d\d\.\d\d\.)</th>' |